Skip to content

Commit 89154bf

Browse files
[pre-commit.ci] pre-commit autoupdate (#8327)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/hadialqattan/pycln: v2.0.2 → v2.0.4](hadialqattan/pycln@v2.0.2...v2.0.4) * Update requirements-tests.txt Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Alex Waygood <[email protected]>
1 parent 6873a78 commit 89154bf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/hadialqattan/pycln
3-
rev: v2.0.2 # must match requirements-tests.txt
3+
rev: v2.0.4 # must match requirements-tests.txt
44
hooks:
55
- id: pycln
66
args: [--all, stubs, stdlib, tests, scripts]

requirements-tests.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ flake8-pyi==22.5.1
99
# must match .pre-commit-config.yaml
1010
isort==5.10.1
1111
tomli==1.2.2
12-
pycln==2.0.2
12+
# must match .pre-commit-config.yaml
13+
pycln==2.0.4
1314
packaging==21.3
1415
termcolor

0 commit comments

Comments
 (0)