Skip to content

Commit 36112ed

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/pyupgrade: v3.9.0 → v3.14.0](asottile/pyupgrade@v3.9.0...v3.14.0) - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1)
1 parent e2a0018 commit 36112ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ repos:
1010
- id: check-added-large-files
1111
args: ['--maxkb=2000']
1212
- repo: https://github.com/PyCQA/flake8
13-
rev: 6.0.0
13+
rev: 6.1.0
1414
hooks:
1515
- id: flake8
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.9.0
17+
rev: v3.14.0
1818
hooks:
1919
- id: pyupgrade
2020
- repo: https://github.com/pycqa/isort
@@ -23,6 +23,6 @@ repos:
2323
- id: isort
2424
name: isort (python)
2525
- repo: https://github.com/psf/black
26-
rev: 23.7.0
26+
rev: 23.9.1
2727
hooks:
2828
- id: black

0 commit comments

Comments
 (0)