Skip to content

Commit f149b95

Browse files
committed
chore: pre-commit autoupdate
1 parent 8c9d3fd commit f149b95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repos:
3838
additional_dependencies: [pyyaml]
3939

4040
- repo: https://github.com/asottile/pyupgrade
41-
rev: v2.10.0
41+
rev: v2.10.1
4242
hooks:
4343
- id: pyupgrade
4444

@@ -48,13 +48,13 @@ repos:
4848
- id: isort
4949

5050
- repo: https://github.com/asottile/setup-cfg-fmt
51-
rev: v1.16.0
51+
rev: v1.17.0
5252
hooks:
5353
- id: setup-cfg-fmt
5454
args: [--min-py3-version, "3.5"]
5555

5656
- repo: https://github.com/pycqa/flake8
57-
rev: 3.8.4
57+
rev: 3.9.0
5858
hooks:
5959
- id: flake8
6060
exclude: docs/conf.py

0 commit comments

Comments
 (0)