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-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
- [github.com/shssoichiro/oxipng: v9.1.2 → v9.1.3](shssoichiro/oxipng@v9.1.2...v9.1.3)
- [github.com/adamchainz/django-upgrade: 1.21.0 → 1.22.2](adamchainz/django-upgrade@1.21.0...1.22.2)
- [github.com/asottile/pyupgrade: v3.17.0 → v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0)
- [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 2, 2024
1 parent 85aa3bf commit 8938206
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ ci:

repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier
- repo: https://github.com/shssoichiro/oxipng
rev: v9.1.2
rev: v9.1.3
hooks:
- id: oxipng
# - repo: https://github.com/markdownlint/markdownlint
Expand All @@ -34,12 +34,12 @@ repos:
# PYTHON
####################
- repo: https://github.com/adamchainz/django-upgrade
rev: '1.21.0'
rev: '1.22.2'
hooks:
- id: django-upgrade
args: [--target-version, '5.0']
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: ['--py311-plus']
Expand Down Expand Up @@ -70,7 +70,7 @@ repos:
'pep8-naming',
]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.13.0
hooks:
- id: mypy
args: ['--config-file=code-examples/dj-scratch/pyproject.toml']

0 comments on commit 8938206

Please sign in to comment.