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/psf/black: 23.3.0 → 23.10.0](psf/black@23.3.0...23.10.0)
- [github.com/pre-commit/pre-commit-hooks.git: v4.4.0 → v4.5.0](https:/pre-commit/pre-commit-hooks.git/compare/v4.4.0...v4.5.0)
- [github.com/pycqa/flake8.git: 6.0.0 → 6.1.0](https:/pycqa/flake8.git/compare/6.0.0...6.1.0)
- [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.6.1](pre-commit/mirrors-mypy@v1.3.0...v1.6.1)
- [github.com/PyCQA/pylint: v3.0.0a6 → v3.0.1](pylint-dev/pylint@v3.0.0a6...v3.0.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 23, 2023
1 parent 1681e02 commit 9d466a3
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 @@ -9,12 +9,12 @@ repos:
hooks:
- id: isort
- repo: https:/psf/black
rev: 23.3.0
rev: 23.10.0
hooks:
- id: black
language_version: python3
- repo: https:/pre-commit/pre-commit-hooks.git
rev: v4.4.0
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -25,7 +25,7 @@ repos:
- id: debug-statements
language_version: python3
- repo: https:/pycqa/flake8.git
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -42,7 +42,7 @@ repos:
types: [file, yaml]
entry: yamllint --strict
- repo: https:/pre-commit/mirrors-mypy
rev: v1.3.0
rev: v1.6.1
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
Expand All @@ -53,7 +53,7 @@ repos:
- pytest>=6.1.2
- enrich>=1.2.5
- repo: https:/PyCQA/pylint
rev: v3.0.0a6
rev: v3.0.1
hooks:
- id: pylint
additional_dependencies:
Expand Down

0 comments on commit 9d466a3

Please sign in to comment.