Skip to content

Commit 36f0f00

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.3.0 → 22.8.0](psf/black@22.3.0...22.8.0) - [github.com/asottile/pyupgrade: v2.34.0 → v2.37.3](asottile/pyupgrade@v2.34.0...v2.37.3) - [github.com/asottile/setup-cfg-fmt: v1.20.1 → v2.0.0](asottile/setup-cfg-fmt@v1.20.1...v2.0.0) - [github.com/hadialqattan/pycln: v1.3.5 → v2.1.1](hadialqattan/pycln@v1.3.5...v2.1.1) - [github.com/asottile/yesqa: v1.3.0 → v1.4.0](asottile/yesqa@v1.3.0...v1.4.0) - [github.com/pycqa/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4)
1 parent aa964eb commit 36f0f00

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.3.0
3+
rev: 22.8.0
44
hooks:
55
- id: black-jupyter
66

@@ -35,24 +35,24 @@ repos:
3535
- id: isort
3636

3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v2.34.0
38+
rev: v2.37.3
3939
hooks:
4040
- id: pyupgrade
4141
args: ["--py36-plus"]
4242

4343
- repo: https://github.com/asottile/setup-cfg-fmt
44-
rev: v1.20.1
44+
rev: v2.0.0
4545
hooks:
4646
- id: setup-cfg-fmt
4747

4848
- repo: https://github.com/hadialqattan/pycln
49-
rev: v1.3.5
49+
rev: v2.1.1
5050
hooks:
5151
- id: pycln
5252
args: [--config=pyproject.toml]
5353

5454
- repo: https://github.com/asottile/yesqa
55-
rev: v1.3.0
55+
rev: v1.4.0
5656
hooks:
5757
- id: yesqa
5858
exclude: docs/conf.py
@@ -61,7 +61,7 @@ repos:
6161
- flake8-print
6262

6363
- repo: https://github.com/pycqa/flake8
64-
rev: 4.0.1
64+
rev: 5.0.4
6565
hooks:
6666
- id: flake8
6767
exclude: docs/conf.py

0 commit comments

Comments
 (0)