Skip to content

Commit d6d8051

Browse files
Updated files with 'repo_helper'.
1 parent 3b42195 commit d6d8051

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ docs/_build/
4747
doc/build
4848
target/
4949
.ipynb_checkpoints
50+
.python-version
5051
celerybeat-schedule
5152
celerybeat.pid
5253
*.sage.py

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
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

formate.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ known_third_party = [
4343
"pytest_timeout",
4444
"requests",
4545
]
46+
known_first_party = [ "flake8_params",]
4647

4748
[config]
4849
indent = " "

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ rst-directives =
177177
rst-roles = choosealicense
178178
per-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
182182
pytest-parametrize-names-type = csv
183183
inline-quotes = "
184184
multiline-quotes = """

0 commit comments

Comments
 (0)