Skip to content

Commit

Permalink
Update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyh committed Feb 19, 2024
1 parent 598a7cc commit f736db8
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 @@ -5,14 +5,14 @@ exclude: tests/integration/data
repos:
- repo: https://github.com/pycqa/flake8
# flake8 version should match .travis.yml
rev: 6.0.0
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies:
- flake8-debugger # Don't commit debugger calls
- flake8-logging-format # Use log arguments, not string format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files # We don't want huge files. (Cut down test data!)
args: ['--maxkb=3000']
Expand Down

0 comments on commit f736db8

Please sign in to comment.