Skip to content

Commit

Permalink
Merge 45d42d0 into 8ec364a
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 8, 2022
2 parents 8ec364a + 45d42d0 commit 187096b
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 @@ -37,15 +37,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 187096b

Please sign in to comment.