Skip to content

Commit 282372b

Browse files
[pre-commit.ci] pre-commit autoupdate (RedHatQE#1328)
updates: - [github.com/hadialqattan/pycln: v2.1.6 → v2.2.0](hadialqattan/pycln@v2.1.6...v2.2.0) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ee189bc commit 282372b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- --remove-all-unused-imports
1313

1414
- repo: https://github.com/hadialqattan/pycln
15-
rev: "v2.1.6"
15+
rev: "v2.2.0"
1616
hooks:
1717
- id: pycln
1818

@@ -38,7 +38,7 @@ repos:
3838
- id: check-builtin-literals
3939

4040
- repo: https://github.com/PyCQA/flake8
41-
rev: "6.0.0"
41+
rev: "6.1.0"
4242
hooks:
4343
- id: flake8
4444
args: [--max-line-length=120]

0 commit comments

Comments
 (0)