Skip to content

Commit

Permalink
Update ruff to 0.8.4 (cookiecutter#5595)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot authored Dec 20, 2024
1 parent fb7b05a commit 92491bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:

# Run the Ruff linter.
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.3
rev: v0.8.4
hooks:
# Linter
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sphinx-autobuild==2024.10.3 # https://github.com/GaretJax/sphinx-autobuild

# Code quality
# ------------------------------------------------------------------------------
ruff==0.8.3 # https://github.com/astral-sh/ruff
ruff==0.8.4 # https://github.com/astral-sh/ruff
coverage==7.6.9 # https://github.com/nedbat/coveragepy
djlint==1.36.3 # https://github.com/Riverside-Healthcare/djLint
pre-commit==4.0.1 # https://github.com/pre-commit/pre-commit
Expand Down

0 comments on commit 92491bc

Please sign in to comment.