Skip to content

Commit aa964eb

Browse files
pre-commit-ci[bot]phinate
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.1.0...v4.3.0) - [github.com/asottile/pyupgrade: v2.31.0 → v2.34.0](asottile/pyupgrade@v2.31.0...v2.34.0) - [github.com/asottile/setup-cfg-fmt: v1.20.0 → v1.20.1](asottile/setup-cfg-fmt@v1.20.0...v1.20.1) - [github.com/hadialqattan/pycln: v1.1.0 → v1.3.5](hadialqattan/pycln@v1.1.0...v1.3.5) - [github.com/mgedmin/check-manifest: 0.47 → 0.48](mgedmin/check-manifest@0.47...0.48)
1 parent 9e76a78 commit aa964eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: black-jupyter
66

77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.1.0
8+
rev: v4.3.0
99
hooks:
1010
- id: check-case-conflict
1111
- id: check-merge-conflict
@@ -35,18 +35,18 @@ repos:
3535
- id: isort
3636

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

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

4848
- repo: https://github.com/hadialqattan/pycln
49-
rev: v1.1.0
49+
rev: v1.3.5
5050
hooks:
5151
- id: pycln
5252
args: [--config=pyproject.toml]
@@ -81,7 +81,7 @@ repos:
8181

8282

8383
- repo: https://github.com/mgedmin/check-manifest
84-
rev: "0.47"
84+
rev: "0.48"
8585
hooks:
8686
- id: check-manifest
8787
stages: [manual]

0 commit comments

Comments
 (0)