File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ matrix:
1717 - python : pypy
1818 # TODO: fix tests
1919 - python : pypy3
20- - env : TOXENV=linter
20+ - env : TOXENV=pre-commit
2121 include :
2222 - python : 3.5
23- env : TOXENV=linter
23+ env : TOXENV=pre-commit
2424 include :
2525 - python : 3.5
2626 env : TOXENV=dist-check
Original file line number Diff line number Diff line change @@ -291,14 +291,13 @@ def __getattr__(cls, name):
291291 ),
292292 replace = [
293293 dict (
294- pattern = r" (Issue )?#(?P<issue>\d+)" ,
294+ pattern = r' (Issue )?#(?P<issue>\d+)' ,
295295 url = '{url}/issues/{issue}' ,
296296 ),
297297 dict (
298- pattern = r" ^(?m)((?P<scm_version>v?\d+(\.\d+){1,2}))\n[-=]+\n" ,
299- with_scm = " {text}\n {rev[timestamp]:%d %b %Y}\n " ,
298+ pattern = r' ^(?m)((?P<scm_version>v?\d+(\.\d+){1,2}))\n[-=]+\n' ,
299+ with_scm = ' {text}\n {rev[timestamp]:%d %b %Y}\n ' ,
300300 ),
301301 ],
302302 ),
303303}
304-
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ extras =
1212 testing
1313 routes_dispatcher
1414
15- [testenv:linter ]
15+ [testenv:pre-commit ]
1616deps = pre-commit
1717commands = pre-commit run --all-files {posargs}
1818
You can’t perform that action at this time.
0 commit comments