Skip to content

Commit

Permalink
Update pre-commit repo revisions.
Browse files Browse the repository at this point in the history
  • Loading branch information
thetacom committed Mar 23, 2024
1 parent 09322f4 commit 4ae593f
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,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-ast
- id: check-case-conflict
Expand All @@ -22,26 +22,26 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
rev: 1.7.8
hooks:
- id: bandit
args: [-r, -ll, -c, pyproject.toml]
additional_dependencies: ['bandit[toml]']

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.3.0
hooks:
- id: black
args: [--safe, --quiet]

- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: [--profile, black, --filter-files, -l, "120"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.1.1
rev: v1.9.0
hooks:
- id: mypy
args: [--no-strict-optional, --ignore-missing-imports]
Expand All @@ -55,7 +55,7 @@ repos:
]

- repo: https://github.com/python-poetry/poetry
rev: 1.4.2
rev: 1.8.2
hooks:
- id: poetry-check
- id: poetry-lock
Expand Down Expand Up @@ -85,7 +85,7 @@ repos:
types: [file]

- repo: https://github.com/pylint-dev/pylint
rev: v2.17.1
rev: v3.1.0
hooks:
- id: pylint

Expand All @@ -96,19 +96,19 @@ repos:
args: [-d, --min=9, .]

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

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.260
rev: v0.3.3
hooks:
- id: ruff
args: [--fix]

- repo: https://github.com/rstcheck/rstcheck
rev: v6.1.2
rev: v6.2.1
hooks:
- id: rstcheck
args: [--report-level=warning, --ignore-directives, automodule]
Expand Down

0 comments on commit 4ae593f

Please sign in to comment.