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/astral-sh/ruff-pre-commit: v0.0.292 → v0.3.3](astral-sh/ruff-pre-commit@v0.0.292...v0.3.3)
- [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/psf/black: 23.9.1 → 24.3.0](psf/black@23.9.1...24.3.0)
- [github.com/pycqa/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
- [github.com/pre-commit/mirrors-mypy: v1.6.0 → v1.9.0](pre-commit/mirrors-mypy@v1.6.0...v1.9.0)
- [github.com/PyCQA/bandit: 1.7.5 → 1.7.8](PyCQA/bandit@1.7.5...1.7.8)
- [github.com/sphinx-contrib/sphinx-lint: v0.8.1 → v0.9.1](sphinx-contrib/sphinx-lint@v0.8.1...v0.9.1)
- [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1)
  • Loading branch information
pre-commit-ci[bot] authored Mar 18, 2024
1 parent 61fbd8f commit 8d4fa82
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.292
rev: v0.3.3
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
types_or: [python, pyi, jupyter]

- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
name: isort

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 24.3.0
hooks:
- id: black
language_version: python3
Expand All @@ -49,7 +49,7 @@ repos:
additional_dependencies: [black==22.3.0]

- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
exclude: docs/source/conf.py, __pycache__
Expand All @@ -66,7 +66,7 @@ repos:
]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.6.0
rev: v1.9.0
hooks:
- id: mypy
files: dachshund/
Expand All @@ -85,7 +85,7 @@ repos:
additional_dependencies: [".[toml]"]

- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
rev: 1.7.8
hooks:
- id: bandit
args: ["-c", "pyproject.toml"]
Expand All @@ -107,7 +107,7 @@ repos:
additional_dependencies: ["tomli"]

- repo: https://github.com/sphinx-contrib/sphinx-lint
rev: v0.8.1
rev: v0.9.1
hooks:
- id: sphinx-lint

Expand All @@ -118,7 +118,7 @@ repos:
additional_dependencies: ["flake8-builtins"]

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

0 comments on commit 8d4fa82

Please sign in to comment.