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/pre-commit/pre-commit: v3.5.0 → v3.6.0](pre-commit/pre-commit@v3.5.0...v3.6.0)
- [github.com/hauntsaninja/black-pre-commit-mirror: 23.11.0 → 23.12.0](psf/black-pre-commit-mirror@23.11.0...23.12.0)
- [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.7](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.7)
- [github.com/PyCQA/pylint: v3.0.1 → v3.0.3](pylint-dev/pylint@v3.0.1...v3.0.3)
- [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
  • Loading branch information
pre-commit-ci[bot] authored Dec 18, 2023
1 parent 586c5bc commit 4cb8385
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 @@ -11,21 +11,21 @@ repos:
- id: trailing-whitespace
- id: debug-statements
- repo: https://github.com/pre-commit/pre-commit
rev: v3.5.0
rev: v3.6.0
hooks:
- id: validate_manifest
- repo: https://github.com/hauntsaninja/black-pre-commit-mirror
# black compiled with mypyc
rev: 23.11.0
rev: 23.12.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.7
hooks:
- id: prettier
exclude: ^README\.md$
- repo: https://github.com/PyCQA/pylint
rev: v3.0.1
rev: v3.0.3
hooks:
- id: pylint
files: ^(nbqa|tests)/
Expand All @@ -36,7 +36,7 @@ repos:
- id: flake8
additional_dependencies: [flake8-typing-imports==1.14.0]
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/PyCQA/pydocstyle
Expand Down

0 comments on commit 4cb8385

Please sign in to comment.