Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d6ec6cf

Browse files
authored
Merge pull request #1839 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 8aec369 + 4a440f6 commit d6ec6cf

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ repos:
1212
- id: requirements-txt-fixer
1313
- id: double-quote-string-fixer
1414
- repo: https://gitlab.com/pycqa/flake8
15-
rev: 3.8.4
15+
rev: 3.9.0
1616
hooks:
1717
- id: flake8
1818
additional_dependencies: [flake8-typing-imports==1.10.0]
1919
- repo: https://github.com/pre-commit/mirrors-autopep8
20-
rev: v1.5.4
20+
rev: v1.5.5
2121
hooks:
2222
- id: autopep8
2323
- repo: https://github.com/pre-commit/pre-commit
@@ -40,7 +40,7 @@ repos:
4040
- id: add-trailing-comma
4141
args: [--py36-plus]
4242
- repo: https://github.com/asottile/setup-cfg-fmt
43-
rev: v1.16.0
43+
rev: v1.17.0
4444
hooks:
4545
- id: setup-cfg-fmt
4646
- repo: https://github.com/pre-commit/mirrors-mypy

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ install_requires =
3333
importlib-resources;python_version<"3.7"
3434
python_requires = >=3.6.1
3535

36+
[options.packages.find]
37+
exclude =
38+
tests*
39+
testing*
40+
3641
[options.entry_points]
3742
console_scripts =
3843
pre-commit = pre_commit.main:main
@@ -45,11 +50,6 @@ pre_commit.resources =
4550
empty_template_*
4651
hook-tmpl
4752

48-
[options.packages.find]
49-
exclude =
50-
tests*
51-
testing*
52-
5353
[bdist_wheel]
5454
universal = True
5555

0 commit comments

Comments
 (0)