Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-mypy: v1.4.0 → v1.4.1](pre-commit/mirrors-mypy@v1.4.0...v1.4.1)
- [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.275 → v0.0.280](astral-sh/ruff-pre-commit@v0.0.275...v0.0.280)
- [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.9.0 → v2.10.0](macisamuele/language-formatters-pre-commit-hooks@v2.9.0...v2.10.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 24, 2023
1 parent 2a1c370 commit 6cb99c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
### PYTHON

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.0
rev: v1.4.1
hooks:
- id: mypy
language_version: python3.9
Expand All @@ -16,16 +16,16 @@ repos:
exclude: ^.*\b(migrations)\b.*$ # Django

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks: # https://black.readthedocs.io/en/stable/integrations/source_version_control.html
- id: black
language_version: python3.8
args:
- --skip-string-normalization
exclude: ^.*\b(migrations)\b.*$ # Django

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.275
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.280
hooks: # https://beta.ruff.rs/docs/installation-and-usage/#usage
- id: ruff
args:
Expand All @@ -46,14 +46,14 @@ repos:
### MISC

- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.2.5
hooks:
- id: codespell
args:
- --skip=**/pnpm-lock.yaml

- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.9.0
rev: v2.10.0
hooks:
- id: pretty-format-yaml
args:
Expand Down

0 comments on commit 6cb99c1

Please sign in to comment.