Skip to content

Commit 0c1ed9a

Browse files
pre-commit-ci[bot]Lulalaby
authored andcommitted
chore(pre-commit): pre-commit autoupdate (#3122)
updates: - [github.com/PyCQA/autoflake: v2.3.2 → v2.3.3](PyCQA/autoflake@v2.3.2...v2.3.3) - [github.com/PyCQA/isort: 7.0.0 → 8.0.0](PyCQA/isort@7.0.0...8.0.0) chore: empty chore: empty Co-Authored-By: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 15d4bca commit 0c1ed9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: end-of-file-fixer
1212
exclude: \.(po|pot|yml|yaml)$
1313
- repo: https://github.com/PyCQA/autoflake
14-
rev: v2.3.2
14+
rev: v2.3.3
1515
hooks:
1616
- id: autoflake
1717
# args:
@@ -26,7 +26,7 @@ repos:
2626
- id: pyupgrade
2727
exclude: \.(po|pot|yml|yaml)$
2828
- repo: https://github.com/PyCQA/isort
29-
rev: 7.0.0
29+
rev: 8.0.0
3030
hooks:
3131
- id: isort
3232
exclude: \.(po|pot|yml|yaml)$

0 commit comments

Comments
 (0)