Skip to content

Commit

Permalink
update flake8 version -> 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
n8sean committed Sep 5, 2023
1 parent b5ec566 commit 10c4f90
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 131 deletions.
10 changes: 6 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
hooks:
- id: codespell
# - repo: https://github.com/codespell-project/codespell
# rev: v2.2.5
# hooks:
# - id: codespell
# additional_dependencies:
# - tomli
- repo: https://github.com/psf/black
rev: 23.7.0
hooks:
Expand Down
Loading

0 comments on commit 10c4f90

Please sign in to comment.