Skip to content

Commit 75beeef

Browse files
chore: update pre-commit hooks (#106)
updates: - [github.com/PyCQA/isort: 7.0.0 → 8.0.0](PyCQA/isort@7.0.0...8.0.0) - [github.com/PyCQA/autoflake: v2.3.1 → v2.3.3](PyCQA/autoflake@v2.3.1...v2.3.3) [ci skip] Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a9af232 commit 75beeef

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
@@ -16,7 +16,7 @@ repos:
1616
# - id: requirements-txt-fixer
1717

1818
- repo: https://github.com/PyCQA/isort
19-
rev: 7.0.0
19+
rev: 8.0.0
2020
hooks:
2121
- id: isort
2222

@@ -81,7 +81,7 @@ repos:
8181
- --ignore=F401,F841,E266,W503,W504,E203,E501,E701
8282

8383
- repo: https://github.com/PyCQA/autoflake
84-
rev: v2.3.1
84+
rev: v2.3.3
8585
hooks:
8686
- id: autoflake
8787

0 commit comments

Comments
 (0)