Skip to content

Commit ebb9ae9

Browse files
committed
pre-commit repos updated.
1 parent b463add commit ebb9ae9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@ repos:
2525
args:
2626
- --fix=no
2727
- repo: https://github.com/asottile/add-trailing-comma
28-
rev: v2.4.0
28+
rev: v3.1.0
2929
hooks:
3030
- id: add-trailing-comma
3131
stages:
3232
- commit
3333
- repo: https://github.com/pre-commit/mirrors-autopep8
34-
rev: v2.0.2
34+
rev: v2.0.4
3535
hooks:
3636
- id: autopep8
3737
stages:
3838
- commit
3939
args:
4040
- --diff
4141
- repo: https://github.com/pycqa/flake8
42-
rev: 6.0.0
42+
rev: 6.1.0
4343
hooks:
4444
- id: flake8
4545
- repo: https://github.com/pycqa/isort
@@ -63,7 +63,7 @@ repos:
6363
- --multi-line=9
6464
- --project=generic_connection_pool
6565
- repo: https://github.com/pre-commit/mirrors-mypy
66-
rev: v1.1.1
66+
rev: v1.5.1
6767
hooks:
6868
- id: mypy
6969
stages:

0 commit comments

Comments
 (0)