Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit f932513

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.37.1 → v3.15.0](asottile/pyupgrade@v2.37.1...v3.15.0) - [github.com/psf/black: 22.6.0 → 24.1.1](psf/black@22.6.0...24.1.1) - [github.com/pycqa/flake8: 4.0.1 → 7.0.0](PyCQA/flake8@4.0.1...7.0.0) - [github.com/pycqa/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2)
1 parent 152f9c3 commit f932513

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v2.37.1
3+
rev: v3.15.0
44
hooks:
55
- id: pyupgrade
66
args: ["--py36-plus"]
77
- repo: https://github.com/psf/black
8-
rev: 22.6.0
8+
rev: 24.1.1
99
hooks:
1010
- id: black
1111
- repo: https://github.com/pycqa/flake8
12-
rev: 4.0.1
12+
rev: 7.0.0
1313
hooks:
1414
- id: flake8
1515
args: ["--max-line-length=88", "--extend-ignore=E203,E501,E712,F401"]
1616
- repo: https://github.com/pycqa/isort
17-
rev: 5.10.1
17+
rev: 5.13.2
1818
hooks:
1919
- id: isort
2020
args: ["--profile", "black"]

0 commit comments

Comments
 (0)