Skip to content

Commit

Permalink
Update ruff to 0.8.0 (#5545)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot authored Nov 22, 2024
1 parent be2fdb2 commit b09ee5b
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.7.4
rev: v0.8.0
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.7.4 # https://github.com/astral-sh/ruff
ruff==0.8.0 # https://github.com/astral-sh/ruff
coverage==7.6.5 # https://github.com/nedbat/coveragepy
djlint==1.36.1 # https://github.com/Riverside-Healthcare/djLint
pre-commit==4.0.1 # https://github.com/pre-commit/pre-commit
Expand Down

0 comments on commit b09ee5b

Please sign in to comment.