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/igorshubovych/markdownlint-cli: v0.37.0 → v0.38.0](igorshubovych/markdownlint-cli@v0.37.0...v0.38.0)
- [github.com/psf/black: 23.11.0 → 23.12.0](psf/black@23.11.0...23.12.0)
- [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.1.8](astral-sh/ruff-pre-commit@v0.1.6...v0.1.8)
- [github.com/PyCQA/bandit: 1.7.5 → 1.7.6](PyCQA/bandit@1.7.5...1.7.6)
  • Loading branch information
pre-commit-ci[bot] authored Dec 18, 2023
1 parent cd37867 commit 7416c48
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
args:
- --write-changes
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.37.0
rev: v0.38.0
hooks:
- id: markdownlint
name: Fixing markdown linting errors
Expand All @@ -29,7 +29,7 @@ repos:
- id: absolufy-imports
name: Make python imports absolute
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.0
hooks:
- id: black
name: Python formatting (black)
Expand All @@ -39,7 +39,7 @@ repos:
- id: docformatter
name: Python docstring formatting (docformatter)
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
name: Sorting python imports
Expand All @@ -62,7 +62,7 @@ repos:
- flake8-simplify
- pep8-naming
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.6
rev: v0.1.8
hooks:
- id: ruff
name: Linting Python code (ruff)
Expand All @@ -81,7 +81,7 @@ repos:
name: Static typechecking (mypy)
exclude: ^tests/
- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
rev: 1.7.6
hooks:
- id: bandit
name: Security linting (bandit)

0 comments on commit 7416c48

Please sign in to comment.