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/mirrors-prettier: v3.0.0-alpha.6 → v3.1.0](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v3.1.0)
- [github.com/psf/black: 23.1.0 → 23.11.0](psf/black@23.1.0...23.11.0)
- [github.com/pre-commit/pre-commit-hooks.git: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.4.0...v4.5.0)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/adrienverge/yamllint.git: v1.29.0 → v1.33.0](https://github.com/adrienverge/yamllint.git/compare/v1.29.0...v1.33.0)
- [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.7.1](pre-commit/mirrors-mypy@v1.1.1...v1.7.1)
- [github.com/pycqa/pylint: v2.17.0 → v3.0.1](pylint-dev/pylint@v2.17.0...v3.0.1)
  • Loading branch information
pre-commit-ci[bot] committed Nov 27, 2023
1 parent 6d10222 commit 5ae6cfb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exclude: |
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
# keep it before yamllint
rev: v3.0.0-alpha.6
rev: v3.1.0
hooks:
- id: prettier
always_run: true
Expand All @@ -19,12 +19,12 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.11.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/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 @@ -35,7 +35,7 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -45,14 +45,14 @@ repos:
- flake8-docstrings>=1.5.0
language_version: python3
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.29.0
rev: v1.33.0
hooks:
- id: yamllint
files: \.(yaml|yml)$
types: [file, yaml]
entry: yamllint --strict
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.1.1
rev: v1.7.1
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
Expand All @@ -63,7 +63,7 @@ repos:
- packaging
- rich>=11.0.0
- repo: https://github.com/pycqa/pylint
rev: v2.17.0
rev: v3.0.1
hooks:
- id: pylint
# see https://github.com/PyCQA/pylint/issues/6535
Expand Down

0 comments on commit 5ae6cfb

Please sign in to comment.