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.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
- [github.com/python-poetry/poetry: 1.7.0 → 1.8.0](python-poetry/poetry@1.7.0...1.8.0)
- [github.com/adamchainz/django-upgrade: 1.15.0 → 1.22.1](adamchainz/django-upgrade@1.15.0...1.22.1)
- [github.com/asottile/pyupgrade: v3.15.0 → v3.19.0](asottile/pyupgrade@v3.15.0...v3.19.0)
- [github.com/psf/black: 23.12.1 → 24.10.0](psf/black@23.12.1...24.10.0)
- [github.com/pycqa/flake8: 6.1.0 → 7.1.1](PyCQA/flake8@6.1.0...7.1.1)
- [github.com/PyCQA/bandit: 1.7.6 → 1.7.10](PyCQA/bandit@1.7.6...1.7.10)
- [github.com/Riverside-Healthcare/djLint: v1.34.1 → v1.36.1](djlint/djLint@v1.34.1...v1.36.1)
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.13.0](pre-commit/mirrors-mypy@v1.8.0...v1.13.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 11, 2024
1 parent 29baaef commit 27e0db1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
exclude: '^docs/|/migrations/'
default_stages: [commit]
default_stages: [pre-commit]

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-docstring-first
- id: check-merge-conflict
Expand Down Expand Up @@ -42,20 +42,20 @@ repos:
args: ['--prose-wrap=never', '--tab-width', '2', '--single-quote'] # Following django-cookiecutter

- repo: https://github.com/python-poetry/poetry
rev: 1.7.0
rev: 1.8.0
hooks:
- id: poetry-check
- id: poetry-lock
args: ['--check', '--no-update']

- repo: https://github.com/adamchainz/django-upgrade
rev: '1.15.0'
rev: '1.22.1'
hooks:
- id: django-upgrade
args: ['--target-version', '4.2']

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py311-plus]
Expand All @@ -72,12 +72,12 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.10.0
hooks:
- id: black

- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.1.1
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -98,21 +98,21 @@ repos:
args: [--in-place, --config, ./pyproject.toml]

- repo: https://github.com/PyCQA/bandit
rev: 1.7.6
rev: 1.7.10
hooks:
- id: bandit
args: [-c, pyproject.toml]
additional_dependencies: ['bandit[toml]']

- repo: https://github.com/Riverside-Healthcare/djLint
rev: v1.34.1
rev: v1.36.1
hooks:
- id: djlint-reformat-django
args: ['--configuration', './pyproject.toml']
- id: djlint-django

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.13.0
hooks:
- id: mypy
args: [--config-file, ./pyproject.toml]
Expand Down

0 comments on commit 27e0db1

Please sign in to comment.