Skip to content

Commit

Permalink
Update ruff to 0.8.1 (#5557)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot authored Nov 29, 2024
1 parent 4dd1662 commit 017c9ae
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.0
rev: v0.8.1
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.0 # https://github.com/astral-sh/ruff
ruff==0.8.1 # https://github.com/astral-sh/ruff
coverage==7.6.8 # 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 017c9ae

Please sign in to comment.