Skip to content

Commit 026d6ef

Browse files
committed
chore: pre-commit autoupdate
1 parent 89cb810 commit 026d6ef

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
repos:
22
- repo: 'https://github.com/pre-commit/pre-commit-hooks'
3-
rev: v3.2.0
3+
rev: v4.5.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- repo: 'https://github.com/PyCQA/flake8'
8-
rev: 4.0.1
8+
rev: 6.1.0
99
hooks:
1010
- id: flake8
1111
- repo: 'https://github.com/pre-commit/mirrors-isort'
1212
rev: v5.10.1
1313
hooks:
1414
- id: isort
1515
- repo: 'https://github.com/mgedmin/check-manifest'
16-
rev: '0.46'
16+
rev: '0.49'
1717
hooks:
1818
- id: check-manifest
1919
- repo: 'https://github.com/myint/autoflake'
20-
rev: v1.4
20+
rev: v2.2.1
2121
hooks:
2222
- id: autoflake
2323
args:
2424
- '--remove-all-unused-imports'
2525
- '-i'
2626
language_version: python3.9
2727
- repo: 'https://github.com/pre-commit/mirrors-autopep8'
28-
rev: v1.5.7
28+
rev: v2.0.4
2929
hooks:
3030
- id: autopep8
3131
language_version: python3.9
3232
- repo: https://github.com/psf/black
33-
rev: 22.3.0
33+
rev: 23.9.1
3434
hooks:
3535
- id: black
3636
language_version: python3.9
3737
- repo: https://github.com/ikamensh/flynt/
38-
rev: '0.76'
38+
rev: '1.0.1'
3939
hooks:
4040
- id: flynt
4141
language_version: python3.9
4242
- repo: https://github.com/asottile/pyupgrade
43-
rev: v2.31.1
43+
rev: v3.15.0
4444
hooks:
4545
- id: pyupgrade
4646
entry: pyupgrade --py3-plus --py36-plus --keep-runtime-typing

0 commit comments

Comments
 (0)