Skip to content

Commit

Permalink
chore: standardise quotes in pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
alycejenni committed Oct 30, 2024
1 parent 42aa975 commit 9584421
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ repos:
- id: detect-private-key
- id: end-of-file-fixer
- id: name-tests-test
args: ["--pytest-test-first"]
args: ['--pytest-test-first']
exclude: ^tests/helpers/
- id: trailing-whitespace
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.30.0
hooks:
- id: commitizen
additional_dependencies: ["cz-nhm"]
additional_dependencies: ['cz-nhm']
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
hooks:
Expand Down

0 comments on commit 9584421

Please sign in to comment.