Skip to content

Commit

Permalink
Merge pull request #20 from kevinshen56714/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
kevinshen56714 authored Feb 27, 2024
2 parents f17e25d + 9ad3900 commit e084b91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:

# If you want to avoid flake8 errors due to unused vars or imports:
- repo: https://github.com/PyCQA/autoflake
rev: v2.2.1
rev: v2.3.0
hooks:
- id: autoflake
args: [
Expand All @@ -29,7 +29,7 @@ repos:
]

- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort

Expand All @@ -53,7 +53,7 @@ repos:
# - id: blacken-docs
# additional_dependencies: [black]
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
## You can add flake8 plugins via `additional_dependencies`:
Expand Down

0 comments on commit e084b91

Please sign in to comment.