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/Lucas-C/pre-commit-hooks.git: v1.5.1 → v1.5.5](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.5.1...v1.5.5)
- [github.com/hhatto/autopep8.git: v2.1.0 → v2.3.1](https://github.com/hhatto/autopep8.git/compare/v2.1.0...v2.3.1)
- [github.com/adrienverge/yamllint.git: v1.32.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.32.0...v1.35.1)
- [github.com/PyCQA/flake8.git: 7.0.0 → 7.1.0](https://github.com/PyCQA/flake8.git/compare/7.0.0...7.1.0)
- [github.com/pre-commit/mirrors-mypy.git: v1.4.1 → v1.10.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.4.1...v1.10.1)
- [github.com/PyCQA/pylint.git: v3.1.0 → v3.2.4](https://github.com/PyCQA/pylint.git/compare/v3.1.0...v3.2.4)
  • Loading branch information
pre-commit-ci[bot] authored Jul 1, 2024
1 parent 1ff20b1 commit 03dc0d7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ repos:
- id: no_optional

- repo: https://github.com/Lucas-C/pre-commit-hooks.git
rev: v1.5.1
rev: v1.5.5
hooks:
- id: remove-tabs

Expand All @@ -86,7 +86,7 @@ repos:
^.*\.rst$
- repo: https://github.com/hhatto/autopep8.git
rev: v2.1.0
rev: v2.3.1
hooks:
- id: autopep8

Expand Down Expand Up @@ -134,7 +134,7 @@ repos:
- id: debug-statements

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.32.0
rev: v1.35.1
hooks:
- id: yamllint
types:
Expand All @@ -144,7 +144,7 @@ repos:
- --strict

- repo: https://github.com/PyCQA/flake8.git
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -165,7 +165,7 @@ repos:
- id: forbid-html-img-without-alt-text

- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.4.1
rev: v1.10.1
hooks:
- id: mypy
alias: mypy-py38
Expand Down Expand Up @@ -240,7 +240,7 @@ repos:
$
- repo: https://github.com/PyCQA/pylint.git
rev: v3.1.0
rev: v3.2.4
hooks:
- id: pylint
additional_dependencies:
Expand Down

0 comments on commit 03dc0d7

Please sign in to comment.