Skip to content

Commit 65fff02

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.9.0 → v3.10.1](asottile/pyupgrade@v3.9.0...v3.10.1) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
1 parent 55f5fef commit 65fff02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repos:
3838
args: [--notice=COPYRIGHT]
3939
files: python
4040
- repo: https://github.com/asottile/pyupgrade
41-
rev: v3.9.0
41+
rev: v3.10.1
4242
hooks:
4343
- id: pyupgrade
4444
args: [--py38-plus]
@@ -81,7 +81,7 @@ repos:
8181
# https://pre-commit.com/#top_level-default_language_version
8282
# language_version: python3.11
8383
- repo: https://github.com/PyCQA/flake8
84-
rev: 6.0.0
84+
rev: 6.1.0
8585
hooks:
8686
- id: flake8
8787
additional_dependencies: [Flake8-pyproject]

0 commit comments

Comments
 (0)