Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp committed Dec 8, 2022
1 parent 61d4132 commit 11b11d0
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 @@ -4,7 +4,7 @@ repos:
hooks:
- id: end-of-file-fixer
exclude: .*\.txt
rev: v4.3.0
rev: v4.4.0

- repo: local
hooks:
Expand Down Expand Up @@ -38,15 +38,15 @@ repos:
- repo: https://github.com/pycqa/flake8
hooks:
- id: flake8
rev: 5.0.4
rev: 6.0.0

- repo: https://github.com/ikamensh/flynt/
hooks:
- id: flynt
args:
- '-ll'
- '1000'
rev: '0.76'
rev: '0.77'

- repo: https://github.com/pycqa/isort
hooks:
Expand Down

0 comments on commit 11b11d0

Please sign in to comment.