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/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.1 → v1.5.4](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.5.1...v1.5.4)
- [github.com/PyCQA/flake8.git: 6.0.0 → 6.1.0](https://github.com/PyCQA/flake8.git/compare/6.0.0...6.1.0)
- [github.com/PyCQA/flake8.git: 4.0.1 → 6.1.0](https://github.com/PyCQA/flake8.git/compare/4.0.1...6.1.0)
- [github.com/PyCQA/pylint.git: v2.15.9 → v3.0.0](https://github.com/PyCQA/pylint.git/compare/v2.15.9...v3.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 3, 2023
1 parent 67923ac commit 5546c41
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 @@ -8,12 +8,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.1
rev: v1.5.4
hooks:
- id: remove-tabs

Expand Down Expand Up @@ -82,7 +82,7 @@ repos:
- --strict

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

- 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: 6.1.0 # enforce-version: 4.0.1
hooks:
- id: flake8
alias: flake8-only-wps
Expand All @@ -111,7 +111,7 @@ repos:
language_version: python3

- repo: https://github.com/PyCQA/pylint.git
rev: v2.15.9
rev: v3.0.0
hooks:
- id: pylint
additional_dependencies:
Expand Down

0 comments on commit 5546c41

Please sign in to comment.