Skip to content

Commit

Permalink
Change linter to black
Browse files Browse the repository at this point in the history
  • Loading branch information
dheavy committed Apr 7, 2024
1 parent 79ee710 commit beef03b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.2.2"
- repo: https://github.com/psf/black
rev: 24.3.0 # Use the latest revision of Black
hooks:
- id: ruff
args: ["--fix", "software/"]
- id: ruff-format
- id: black
language_version: python3
args: ["software/"]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
Expand Down

0 comments on commit beef03b

Please sign in to comment.