Skip to content

Commit c22fbd6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.4.0](asottile/pyupgrade@v3.3.1...v3.4.0) - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/pycqa/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
1 parent a4a8e79 commit c22fbd6

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
@@ -20,7 +20,7 @@ repos:
2020

2121
# A tool to automatically upgrade syntax for newer versions of the python language.
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.3.1
23+
rev: v3.4.0
2424
hooks:
2525
- id: pyupgrade
2626
args: [ --py38-plus ]
@@ -44,13 +44,13 @@ repos:
4444

4545
# The uncompromising code formatter
4646
- repo: https://github.com/psf/black
47-
rev: 23.1.0
47+
rev: 23.3.0
4848
hooks:
4949
- id: black
5050

5151
# A tool to automatically fix common style issues in Python code. Has plugins.
5252
- repo: https://github.com/pycqa/flake8
53-
rev: '5.0.4' # fix to 5.0.4
53+
rev: '6.0.0' # fix to 5.0.4
5454
hooks:
5555
- id: flake8
5656
exclude: (__pycache__|.venv|tmp|.tox)

0 commit comments

Comments
 (0)