Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .pre-commit-config-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ repos:
exclude: (migrations/|tests/|docs/).*

- repo: https://github.com/tox-dev/pyproject-fmt
rev: v2.5.0
rev: v2.5.1
hooks:
- id: pyproject-fmt

- repo: https://github.com/tox-dev/tox-ini-fmt
rev: 1.4.1
rev: 1.5.0
hooks:
- id: tox-ini-fmt

- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade

Expand All @@ -40,20 +40,20 @@ repos:
exclude: (migrations/|tests/|docs/).*

- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
args: [ "--config=pyproject.toml" ]
exclude: (migrations/|tests/|docs/).*

- repo: https://github.com/commitizen-tools/commitizen
rev: v3.30.0
rev: v4.5.1
hooks:
- id: commitizen
exclude: (migrations/|tests/|docs/).*

- repo: https://github.com/PyCQA/bandit
rev: 1.7.10
rev: 1.8.3
hooks:
- id: bandit
args: [ "-c", "pyproject.toml", "-r", "." ]
Expand Down
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ repos:
exclude: (migrations/|tests/|docs/).*

- repo: https://github.com/tox-dev/pyproject-fmt
rev: v2.5.0
rev: v2.5.1
hooks:
- id: pyproject-fmt

- repo: https://github.com/tox-dev/tox-ini-fmt
rev: 1.4.1
rev: 1.5.0
hooks:
- id: tox-ini-fmt

- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade

Expand All @@ -40,20 +40,20 @@ repos:
exclude: (migrations/|tests/|docs/).*

- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
args: [ "--config=pyproject.toml" ]
exclude: (migrations/|tests/|docs/).*

- repo: https://github.com/commitizen-tools/commitizen
rev: v3.30.0
rev: v4.5.1
hooks:
- id: commitizen
exclude: (migrations/|tests/|docs/).*

- repo: https://github.com/PyCQA/bandit
rev: 1.7.10
rev: 1.8.3
hooks:
- id: bandit
args: [ "-c", "pyproject.toml", "-r", "." ]
Expand Down