Skip to content

Commit

Permalink
chore(deps): bump pre-commit linter versions
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0)
- [github.com/pycqa/pylint: v2.15.6 → v3.0.3](pylint-dev/pylint@v2.15.6...v3.0.3)
- [github.com/Lucas-C/pre-commit-hooks: v1.3.1 → v1.5.5](Lucas-C/pre-commit-hooks@v1.3.1...v1.5.5)
- https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports
- [github.com/asottile/reorder-python-imports: v3.9.0 → v3.12.0](asottile/reorder-python-imports@v3.9.0...v3.12.0)
- [github.com/asottile/pyupgrade: v3.2.2 → v3.15.1](asottile/pyupgrade@v3.2.2...v3.15.1)
- [github.com/asottile/yesqa: v1.4.0 → v1.5.0](asottile/yesqa@v1.4.0...v1.5.0)
- https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8
- [github.com/hhatto/autopep8: v2.0.0 → v2.0.4](hhatto/autopep8@v2.0.0...v2.0.4)
- [github.com/PyCQA/pydocstyle: 6.1.1 → 6.3.0](PyCQA/pydocstyle@6.1.1...6.3.0)
- [github.com/PyCQA/flake8: 5.0.4 → 7.0.0](PyCQA/flake8@5.0.4...7.0.0)
- [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0)
  • Loading branch information
pre-commit-ci[bot] committed Feb 19, 2024
1 parent 03cdc30 commit 20087c3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.5.0
hooks:
- id: check-case-conflict
- id: check-executables-have-shebangs
Expand Down Expand Up @@ -35,7 +35,7 @@ repos:
exclude: tests/data/.*
- id: requirements-txt-fixer
- repo: https://github.com/pycqa/pylint
rev: v2.15.6
rev: v3.0.3
hooks:
- id: pylint
additional_dependencies:
Expand Down Expand Up @@ -63,40 +63,40 @@ repos:
- -d disallowed-name # TODO: fix
exclude: example/.*
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.3.1
rev: v1.5.5
hooks:
- id: remove-tabs
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.9.0
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.12.0
hooks:
- id: reorder-python-imports
args: [--py3-plus]
exclude: nonunicode/.*
- repo: https://github.com/asottile/pyupgrade
rev: v3.2.2
rev: v3.15.1
hooks:
- id: pyupgrade
args: [--py3-plus]
exclude: nonunicode/.*
- repo: https://github.com/asottile/yesqa
rev: v1.4.0
rev: v1.5.0
hooks:
- id: yesqa
files: coveralls/.*
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v2.0.0
- repo: https://github.com/hhatto/autopep8
rev: v2.0.4
hooks:
- id: autopep8
files: coveralls/.*
- repo: https://github.com/PyCQA/pydocstyle
rev: 6.1.1
rev: 6.3.0
hooks:
- id: pydocstyle
args:
- --ignore=D1,D203,D205,D212,D400,D401,D404,D407,D412,D413
files: coveralls/.*
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -117,7 +117,7 @@ repos:
language: pygrep
types: [python]
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.9.0
rev: v1.10.0
hooks:
- id: python-no-eval
- id: python-no-log-warn
Expand Down

0 comments on commit 20087c3

Please sign in to comment.