Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#35)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/asottile/add-trailing-comma.git: v2.5.1 → v3.1.0](https://github.com/asottile/add-trailing-comma.git/compare/v2.5.1...v3.1.0)
- [github.com/Lucas-C/pre-commit-hooks.git: v1.5.4 → v1.5.5](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.5.4...v1.5.5)
- [github.com/pre-commit/pre-commit-hooks.git: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.5.0...v4.6.0)
- [github.com/adrienverge/yamllint.git: v1.33.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.35.1)
- [github.com/PyCQA/flake8.git: 6.1.0 → 7.1.0](https://github.com/PyCQA/flake8.git/compare/6.1.0...7.1.0)
- [github.com/PyCQA/flake8.git: 4.0.1 → 7.1.0](https://github.com/PyCQA/flake8.git/compare/4.0.1...7.1.0)
- [github.com/PyCQA/pylint.git: v2.15.9 → v3.2.4](https://github.com/PyCQA/pylint.git/compare/v2.15.9...v3.2.4)

* Looks like WPS is working now

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sam Doran <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and samdoran authored Jul 12, 2024
1 parent ac1237a commit e2febea
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ ci:

repos:
- repo: https://github.com/asottile/add-trailing-comma.git
rev: v2.5.1
rev: v3.1.0
hooks:
- id: add-trailing-comma

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

Expand All @@ -31,7 +31,7 @@ repos:
^.*\.rst$
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.5.0
rev: v4.6.0
hooks:
# Side-effects:
- id: trailing-whitespace
Expand Down Expand Up @@ -73,7 +73,7 @@ repos:
- id: debug-statements

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

- repo: https://github.com/PyCQA/flake8.git
rev: 6.1.0
rev: 7.1.0
hooks:
- id: flake8
alias: flake8-no-wps
Expand All @@ -98,8 +98,7 @@ repos:
language_version: python3

- repo: https://github.com/PyCQA/flake8.git
# NOTE: This is kept at v4 for until WPS starts supporting flake v5.
rev: 4.0.1 # enforce-version: 4.0.1
rev: 7.1.0
hooks:
- id: flake8
alias: flake8-only-wps
Expand All @@ -112,7 +111,7 @@ repos:
language_version: python3

- repo: https://github.com/PyCQA/pylint.git
rev: v2.15.9
rev: v3.2.4
hooks:
- id: pylint

Expand Down

0 comments on commit e2febea

Please sign in to comment.