Commit Graph

12 Commits

Author SHA1 Message Date
Claudiu Popa
3f28424007 Reformat the code with black 2018-09-17 09:07:42 +02:00
Claudiu Popa
3a8635a9ef Update copyright notices 2018-07-15 11:36:36 +02:00
Claudiu Popa
73ebe76d25 Use re.Pattern instead of re._pattern_type for Python 3.7 2018-02-04 09:17:40 -05:00
Claudiu Popa
9ff44de0ca
Regenerate copyright notices 2017-12-15 12:24:15 +01:00
Ville Skyttä
5f17ad125e Python 3.6 invalid escape sequence deprecation fixes (#1396)
https://docs.python.org/3/whatsnew/3.6.html#deprecated-python-behavior
2017-04-02 17:07:31 +02:00
Derek Gustafson
3d14bcb35e Remove pytest.main calls. 2016-12-07 15:57:51 +00:00
Derek Gustafson
4faacf2119 Reduce dependency on unittest 2016-12-06 16:07:00 +00:00
Derek Gustafson
8dfe195254 Switch test runner from unnittest to pytest. 2016-12-06 15:49:30 +00:00
Claudiu Popa
ec09cc7578 Even more granular copyrights (thanks to copyrite) 2016-07-23 00:22:28 +03:00
Claudiu Popa
211d81f84f Keep a consistent copyright notice across the board.
This was changed automatically in #894, but apparently
we need to have the copyright notice somewhere.
2016-07-19 17:42:07 +03:00
Claudiu Popa
8322781baa Add the new shorter license header, including to missing files. Close #894. 2016-06-01 16:25:07 +01:00
Aru Sahni
2ec342e612 Add the ability to ignore files based on regex matching.
This addresses issue #156 by allowing for multiple ignore patterns
to be specified. Rather than clobber the existing ignore option, I've
introduced a new one called ignore-patterns. That way there are as few
surprises as something involving regular expressions can have.

Multiple patterns must be separated by a comma. For example, if I
wanted to ignore all files that started with `test_` and `_`, I'd pass this
in: `--ignore-patterns="test_.*","_.*"`.

Close #156
2016-01-09 22:18:48 +02:00