Skip to content

Commit

Permalink
update pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgrove committed Feb 12, 2024
1 parent 9edff62 commit bb565c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ repos:
rev: v0.2.1
hooks:
- id: ruff
name: Python ruff
name: python ruff
files: ^python/
args: [--fix, --exit-non-zero-on-fix, --config, python/pyproject.toml]

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.1.1
hooks:
- id: black
name: Python black
name: python black
language_version: python3.11
files: ^python/
args: [--config, python/pyproject.toml]
Expand All @@ -45,7 +45,7 @@ repos:
rev: 5.13.2
hooks:
- id: isort
name: Python isort
name: python isort
files: ^python/
args: [--settings-path, python/pyproject.toml]

Expand Down

0 comments on commit bb565c7

Please sign in to comment.