Skip to content

Commit f9ba5db

Browse files
authored
Merge pull request #667 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 1ca4ceb + 262c12a commit f9ba5db

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: double-quote-string-fixer
1414
- id: requirements-txt-fixer
1515
- repo: https://github.com/PyCQA/flake8
16-
rev: 3.9.2
16+
rev: 4.0.1
1717
hooks:
1818
- id: flake8
1919
additional_dependencies: [flake8-typing-imports==1.7.0]
@@ -37,11 +37,11 @@ repos:
3737
- id: add-trailing-comma
3838
args: [--py36-plus]
3939
- repo: https://github.com/asottile/setup-cfg-fmt
40-
rev: v1.17.0
40+
rev: v1.18.0
4141
hooks:
4242
- id: setup-cfg-fmt
4343
- repo: https://github.com/pre-commit/mirrors-mypy
44-
rev: v0.910
44+
rev: v0.910-1
4545
hooks:
4646
- id: mypy
4747
additional_dependencies: [types-all]

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifiers =
1717
Programming Language :: Python :: 3.7
1818
Programming Language :: Python :: 3.8
1919
Programming Language :: Python :: 3.9
20+
Programming Language :: Python :: 3.10
2021
Programming Language :: Python :: Implementation :: CPython
2122
Programming Language :: Python :: Implementation :: PyPy
2223

0 commit comments

Comments
 (0)