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/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/adamchainz/django-upgrade: 1.13.0 → 1.18.0](adamchainz/django-upgrade@1.13.0...1.18.0)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.262 → v0.4.8](astral-sh/ruff-pre-commit@v0.0.262...v0.4.8)
- [github.com/psf/black: 23.3.0 → 24.4.2](psf/black@23.3.0...24.4.2)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v4.0.0-alpha.8)
  • Loading branch information
pre-commit-ci[bot] committed Jun 10, 2024
1 parent 4e101d1 commit e7cc12d
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 @@ -3,36 +3,36 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-toml
- id: check-yaml

- repo: https://github.com/adamchainz/django-upgrade
rev: 1.13.0
rev: 1.18.0
hooks:
- id: django-upgrade
language_version: python3.8
args: [--target-version, "3.2"]

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.262
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.8
hooks:
- id: ruff
alias: autoformat
args: ["--fix"]

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.4.2
hooks:
- id: black
language_version: python3.8
args: [--target-version, "py37"]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.9-for-vscode
rev: v4.0.0-alpha.8
hooks:
- id: prettier
# lint the following with prettier:
Expand Down

0 comments on commit e7cc12d

Please sign in to comment.