Skip to content

Commit f8da71e

Browse files
committed
update pre-commit
1 parent 92631f2 commit f8da71e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
default_language_version:
2-
python: python3.10
2+
python: python3.11
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 22.3.0
5+
rev: 23.10.1
66
hooks:
77
- id: black
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.1.0
9+
rev: v4.5.0
1010
hooks:
1111
- id: check-ast
1212
- id: check-merge-conflict
@@ -20,50 +20,50 @@ repos:
2020
- id: mixed-line-ending
2121
args: [--fix=lf]
2222
- repo: https://github.com/asottile/reorder_python_imports
23-
rev: v3.0.1
23+
rev: v3.12.0
2424
hooks:
2525
- id: reorder-python-imports
2626
args:
2727
- --py3-plus
2828
- --application-directories=.:src
2929
exclude: migrations/
3030
- repo: https://github.com/pre-commit/pygrep-hooks
31-
rev: v1.9.0
31+
rev: v1.10.0
3232
hooks:
3333
- id: python-check-blanket-noqa
3434
- id: python-check-mock-methods
3535
- id: python-no-eval
3636
- id: python-no-log-warn
3737
- id: rst-backticks
3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v2.31.1
39+
rev: v3.15.0
4040
hooks:
4141
- id: pyupgrade
4242
args:
4343
- --py310-plus
4444
exclude: migrations/
4545
- repo: https://github.com/adamchainz/django-upgrade
46-
rev: 1.4.0
46+
rev: 1.15.0
4747
hooks:
4848
- id: django-upgrade
4949
args:
5050
- --target-version=4.0
5151
- repo: https://github.com/asottile/yesqa
52-
rev: v1.3.0
52+
rev: v1.5.0
5353
hooks:
5454
- id: yesqa
5555
- repo: https://github.com/asottile/add-trailing-comma
56-
rev: v2.2.2
56+
rev: v3.1.0
5757
hooks:
5858
- id: add-trailing-comma
5959
args:
6060
- --py36-plus
6161
- repo: https://github.com/hadialqattan/pycln
62-
rev: v1.2.5
62+
rev: v2.3.0
6363
hooks:
6464
- id: pycln
6565
- repo: https://github.com/pycqa/flake8
66-
rev: 4.0.1
66+
rev: 6.1.0
6767
hooks:
6868
- id: flake8
6969
exclude: |

0 commit comments

Comments
 (0)