File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ docs/_build/
4747doc /build
4848target /
4949.ipynb_checkpoints
50+ .python-version
5051celerybeat-schedule
5152celerybeat.pid
5253* .sage.py
Original file line number Diff line number Diff line change 88
99repos :
1010 - repo : https://github.com/repo-helper/pyproject-parser
11- rev : v0.14 .0
11+ rev : v0.13 .0
1212 hooks :
1313 - id : reformat-pyproject
1414
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ known_third_party = [
4343 " pytest_timeout" ,
4444 " requests" ,
4545]
46+ known_first_party = [ " flake8_params" ,]
4647
4748[config ]
4849indent = " "
Original file line number Diff line number Diff line change @@ -177,8 +177,8 @@ rst-directives =
177177rst-roles = choosealicense
178178per-file-ignores =
179179 tests/*: D100 D101 D102 D103 D104 D106 D201 D204 D207 D208 D209 D210 D211 D212 D213 D214 D215 D300 D301 D400 D402 D403 D404 D415 D417 DALL000 SLOT000 SLOT001 SLOT002
180- tests/example_code.py: PRM001 PRM002 PRM003 MAN001 MAN002 D100 D102 D103 DALL000 E402
181180 */*.pyi: E301 E302 E305 D100 D101 D102 D103 D104 D106 D201 D204 D207 D208 D209 D210 D211 D212 D213 D214 D215 D300 D301 D400 D402 D403 D404 D415 D417 DALL000 SLOT000 SLOT001 SLOT002
181+ tests/example_code.py: PRM001 PRM002 PRM003 MAN001 MAN002 D100 D102 D103 DALL000 E402
182182pytest-parametrize-names-type = csv
183183inline-quotes = "
184184multiline-quotes = " " "
You can’t perform that action at this time.
0 commit comments