Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#15)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0)
- [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
- [github.com/DavidAnson/markdownlint-cli2: v0.11.0 → v0.12.1](DavidAnson/markdownlint-cli2@v0.11.0...v0.12.1)
- [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.2.1](astral-sh/ruff-pre-commit@v0.1.5...v0.2.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Feb 12, 2024
1 parent 99df85c commit ba30f3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,29 @@ repos:
- id: check-toml
- id: check-builtin-literals
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1
rev: v1.8.0
hooks:
- id: mypy
exclude: ^(tests/)
additional_dependencies: [types-all]
- repo: https://github.com/PyCQA/flake8
rev: "6.1.0"
rev: "7.0.0"
hooks:
- id: flake8
additional_dependencies: [
"git+https://github.com/RedHatQE/flake8-plugins.git",
"flake8-mutable",
]
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.11.0
rev: v0.12.1
hooks:
- id: markdownlint-cli2
- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
hooks:
- id: detect-secrets
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.5
rev: v0.2.1
hooks:
- id: ruff
- id: ruff-format

0 comments on commit ba30f3e

Please sign in to comment.