Skip to content

Commit

Permalink
chore: freeze ruff version in requirements.txt
Browse files Browse the repository at this point in the history
And add reminder to keep it in sync with .pre-commit-config.yaml
  • Loading branch information
voneiden committed Jan 14, 2025
1 parent aa4a93f commit 7a4422c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: check-toml
- id: check-added-large-files
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.4
rev: v0.8.4 # Sync with requirements.txt
hooks:
- id: ruff
name: ruff lint
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ pytest-cov
pyyaml
requests
requests-cache
ruff
ruff==0.8.4 # Sync with .pre-commit-config.yaml
six
unicodecsv

0 comments on commit 7a4422c

Please sign in to comment.