Skip to content

Commit

Permalink
Update precommit config
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarans committed Mar 12, 2024
1 parent ac310a1 commit 3962e36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .config/pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
exclude: (test_csv_processing_blanks.csv|test.txt)
- id: check-ast
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.14
rev: v0.3.2
hooks:
# Run the linter.
- id: ruff
Expand All @@ -19,7 +19,7 @@ repos:
- id: ruff-format
args: [--config, .config/ruff.toml]
- repo: https://github.com/jazzband/pip-tools
rev: 7.3.0
rev: 7.4.1
hooks:
- id: pip-compile
name: pip-compile requirements.txt
Expand Down

0 comments on commit 3962e36

Please sign in to comment.