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.11.0 → v3.15.2](asottile/pyupgrade@v3.11.0...v3.15.2)
- [github.com/adamchainz/django-upgrade: 1.14.1 → 1.16.0](adamchainz/django-upgrade@1.14.1...1.16.0)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/psf/black: 23.9.1 → 24.3.0](psf/black@23.9.1...24.3.0)
- [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
- [github.com/PyCQA/bandit: 1.7.5 → 1.7.8](PyCQA/bandit@1.7.5...1.7.8)
  • Loading branch information
pre-commit-ci[bot] authored Mar 25, 2024
1 parent 0142edd commit f7b1a48
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.11.0
rev: v3.15.2
hooks:
- id: pyupgrade
args:
- "--py311-plus"
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.14.1
rev: 1.16.0
hooks:
- id: django-upgrade
args: [--target-version, "4.2"]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0 # Use the ref you want to point at
rev: v4.5.0 # Use the ref you want to point at
hooks:
- id: trailing-whitespace
- id: check-yaml
- id: check-added-large-files
exclude: ^static/

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 24.3.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
name: isort (python)

- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0

hooks:
- id: flake8
Expand All @@ -41,7 +41,7 @@ repos:
- flake8-polyfill

- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
rev: 1.7.8
hooks:
- id: bandit
args:
Expand Down

0 comments on commit f7b1a48

Please sign in to comment.