Skip to content

Commit 0c033f7

Browse files
authored
Merge pull request #572 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 2618198 + c144e2b commit 0c033f7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ repos:
1313
- id: double-quote-string-fixer
1414
- id: requirements-txt-fixer
1515
- repo: https://gitlab.com/pycqa/flake8
16-
rev: 3.8.4
16+
rev: 3.9.0
1717
hooks:
1818
- id: flake8
1919
additional_dependencies: [flake8-typing-imports==1.7.0]
2020
- repo: https://github.com/pre-commit/mirrors-autopep8
21-
rev: v1.5.4
21+
rev: v1.5.5
2222
hooks:
2323
- id: autopep8
2424
- repo: https://github.com/asottile/reorder_python_imports
@@ -37,7 +37,7 @@ repos:
3737
- id: add-trailing-comma
3838
args: [--py36-plus]
3939
- repo: https://github.com/asottile/setup-cfg-fmt
40-
rev: v1.16.0
40+
rev: v1.17.0
4141
hooks:
4242
- id: setup-cfg-fmt
4343
- repo: https://github.com/pre-commit/mirrors-mypy

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ install_requires =
2727
toml
2828
python_requires = >=3.6.1
2929

30+
[options.packages.find]
31+
exclude =
32+
tests*
33+
testing*
34+
3035
[options.entry_points]
3136
console_scripts =
3237
check-added-large-files = pre_commit_hooks.check_added_large_files:main
@@ -62,11 +67,6 @@ console_scripts =
6267
sort-simple-yaml = pre_commit_hooks.sort_simple_yaml:main
6368
trailing-whitespace-fixer = pre_commit_hooks.trailing_whitespace_fixer:main
6469

65-
[options.packages.find]
66-
exclude =
67-
tests*
68-
testing*
69-
7070
[bdist_wheel]
7171
universal = True
7272

0 commit comments

Comments
 (0)