Skip to content

Commit

Permalink
Merge pull request #1963 from praw-dev/update/pre-commit-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp committed Aug 21, 2023
2 parents 7da7d2b + d7c2dc2 commit 179c457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ repos:
- repo: https://github.com/pycqa/flake8
hooks:
- id: flake8
rev: 6.0.0
rev: 6.1.0

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

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

0 comments on commit 179c457

Please sign in to comment.