Skip to content

Commit e084b91

Browse files
Merge pull request #20 from kevinshen56714/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents f17e25d + 9ad3900 commit e084b91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919

2020
# If you want to avoid flake8 errors due to unused vars or imports:
2121
- repo: https://github.com/PyCQA/autoflake
22-
rev: v2.2.1
22+
rev: v2.3.0
2323
hooks:
2424
- id: autoflake
2525
args: [
@@ -29,7 +29,7 @@ repos:
2929
]
3030

3131
- repo: https://github.com/pycqa/isort
32-
rev: 5.12.0
32+
rev: 5.13.2
3333
hooks:
3434
- id: isort
3535

@@ -53,7 +53,7 @@ repos:
5353
# - id: blacken-docs
5454
# additional_dependencies: [black]
5555
- repo: https://github.com/PyCQA/flake8
56-
rev: 6.1.0
56+
rev: 7.0.0
5757
hooks:
5858
- id: flake8
5959
## You can add flake8 plugins via `additional_dependencies`:

0 commit comments

Comments
 (0)