Skip to content

Commit

Permalink
chore: update template for ruff move (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Jul 3, 2023
1 parent bdd3d34 commit 7116d0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.project_name}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ repos:
- id: blacken-docs
additional_dependencies: [black==23.3.0]

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.264"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.275"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down

0 comments on commit 7116d0e

Please sign in to comment.