Skip to content

Commit

Permalink
cicd: pin exact ruff version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Aug 2, 2024
1 parent 39ea1a3 commit dc9cb6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ repos:
- id: end-of-file-fixer
- id: check-merge-conflict
- id: detect-aws-credentials
args: [ --allow-missing-credentials ]
args: [--allow-missing-credentials]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
rev: v0.5.0 # ruff version
hooks:
- id: ruff-format
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tests = [
]
dev = [
"psycopg2-binary",
"ruff",
"ruff == 0.5.0",
"black",
"pre-commit>=3.7.1",
"gene-normalizer ~= 0.1.39",
Expand Down

0 comments on commit dc9cb6f

Please sign in to comment.