Skip to content

Commit 41e9588

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/asottile/add-trailing-comma: v3.0.0 → v3.0.1](asottile/add-trailing-comma@v3.0.0...v3.0.1) - [github.com/asottile/pyupgrade: v3.8.0 → v3.10.1](asottile/pyupgrade@v3.8.0...v3.10.1)
1 parent 9ea4949 commit 41e9588

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
@@ -15,7 +15,7 @@ repos:
1515
- id: requirements-txt-fixer
1616
- id: double-quote-string-fixer
1717
- repo: https://github.com/pycqa/flake8
18-
rev: 6.0.0
18+
rev: 6.1.0
1919
hooks:
2020
- id: flake8
2121
additional_dependencies: [flake8-typing-imports==1.14.0]
@@ -30,12 +30,12 @@ repos:
3030
- id: reorder-python-imports
3131
args: [--py3-plus]
3232
- repo: https://github.com/asottile/add-trailing-comma
33-
rev: v3.0.0
33+
rev: v3.0.1
3434
hooks:
3535
- id: add-trailing-comma
3636
args: [--py36-plus]
3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v3.8.0
38+
rev: v3.10.1
3939
hooks:
4040
- id: pyupgrade
4141
args: [--py38-plus]

0 commit comments

Comments
 (0)