Skip to content

Commit d312a15

Browse files
committed
Update pre-commit
1 parent c5b96d9 commit d312a15

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude: |
77
)$
88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.4.0
10+
rev: v4.5.0
1111
hooks:
1212
- id: debug-statements
1313
exclude: |
@@ -20,23 +20,23 @@ repos:
2020
)$
2121
- id: check-merge-conflict
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.3.1
23+
rev: v3.15.0
2424
hooks:
2525
- id: pyupgrade
2626
args: [--py39-plus]
2727
- repo: https://github.com/psf/black
28-
rev: 23.1.0
28+
rev: 23.12.1
2929
hooks:
3030
- id: black
3131
language_version: python3
3232
- repo: https://github.com/pycqa/flake8
33-
rev: 6.0.0
33+
rev: 7.0.0
3434
hooks:
3535
- id: flake8
3636
additional_dependencies:
3737
- flake8-comprehensions
3838
- repo: https://github.com/pycqa/isort
39-
rev: 5.12.0
39+
rev: 5.13.2
4040
hooks:
4141
- id: isort
4242
- repo: https://github.com/humitos/mirrors-autoflake.git
@@ -54,7 +54,7 @@ repos:
5454
)$
5555
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
5656
- repo: https://github.com/pre-commit/mirrors-mypy
57-
rev: v1.0.0
57+
rev: v1.8.0
5858
hooks:
5959
- id: mypy
6060
language: python

0 commit comments

Comments
 (0)