Skip to content

Commit

Permalink
Update pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
Darwinkel committed Jul 13, 2023
1 parent 6b39c17 commit f901dcc
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repos:
/tests/
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.263"
rev: 'v0.0.263'
hooks:
- id: ruff

Expand All @@ -53,14 +53,7 @@ repos:
rev: v1.2.0
hooks:
- id: mypy
additional_dependencies:
[
"types-PyYAML",
"types-requests",
"types-cachetools",
"pydantic",
"pynacl",
]
additional_dependencies: ['types-PyYAML', 'types-requests', 'types-cachetools', 'pydantic', 'pynacl']
exclude: |
(?x)(
^boefjes/ |
Expand All @@ -77,12 +70,14 @@ repos:
rev: v2.2.4
hooks:
- id: codespell
additional_dependencies: ["tomli"]
additional_dependencies: ['tomli']
args: [-L, lama]
exclude: |
(?x)(
\.po$ |
\.xml$ |
poetry.lock$ |
pyproject.toml$ |
requirements-.*.txt$ |
retirejs.json$ |
^boefjes/boefjes/plugins/kat_fierce/lists |
Expand All @@ -98,7 +93,7 @@ repos:
rev: v1.19.16
hooks:
- id: djlint-django
files: "^rocky/.*/templates/.*$"
files: '^rocky/.*/templates/.*$'

- repo: https://github.com/thibaudcolas/pre-commit-stylelint
rev: v15.9.0
Expand Down

0 comments on commit f901dcc

Please sign in to comment.