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/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1)
- [github.com/adamchainz/django-upgrade: 1.15.0 → 1.16.0](adamchainz/django-upgrade@1.15.0...1.16.0)
- [github.com/psf/black-pre-commit-mirror: 23.12.1 → 24.2.0](psf/black-pre-commit-mirror@23.12.1...24.2.0)
- [github.com/PyCQA/bandit: 1.7.7 → 1.7.8](PyCQA/bandit@1.7.7...1.7.8)
- [github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.3.2](astral-sh/ruff-pre-commit@v0.1.14...v0.3.2)
  • Loading branch information
pre-commit-ci[bot] authored and fyliu committed Mar 12, 2024
1 parent 3fb6058 commit 3e06ba2
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 @@ -46,19 +46,19 @@ repos:
- id: hadolint

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.1
hooks:
- id: pyupgrade
args: [--py310-plus]

- repo: https://github.com/adamchainz/django-upgrade
rev: 1.15.0
rev: 1.16.0
hooks:
- id: django-upgrade
args: [--target-version, "4.0"]

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.12.1
rev: 24.2.0
hooks:
- id: black
exclude: ^app/core/migrations/
Expand Down Expand Up @@ -100,7 +100,7 @@ repos:
args: ["--filter-files", "--force-single-line-imports"]

- repo: https://github.com/PyCQA/bandit
rev: 1.7.7
rev: 1.7.8
hooks:
- id: bandit
exclude: ^app/core/tests/
Expand All @@ -124,7 +124,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.14
rev: v0.3.2
hooks:
# Run the linter.
- id: ruff
Expand Down

0 comments on commit 3e06ba2

Please sign in to comment.