Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1654)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pycqa/flake8: 4.0.1 → 5.0.2](PyCQA/flake8@4.0.1...5.0.2)
- [github.com/pycqa/doc8: 0.11.2 → v1.0.0](PyCQA/doc8@0.11.2...v1.0.0)
- [github.com/asottile/pyupgrade: v2.37.2 → v2.37.3](asottile/pyupgrade@v2.37.2...v2.37.3)
- [github.com/pre-commit/mirrors-eslint: v8.20.0 → v8.21.0](pre-commit/mirrors-eslint@v8.20.0...v8.21.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Aug 1, 2022
1 parent d4347db commit 06b4b4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ repos:
- id: trailing-whitespace
- id: mixed-line-ending
- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 5.0.2
hooks:
- id: flake8
- repo: https://github.com/pycqa/doc8
rev: 0.11.2
rev: v1.0.0
hooks:
- id: doc8
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.2
rev: v2.37.3
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand Down Expand Up @@ -43,7 +43,7 @@ repos:
- id: prettier
types_or: [javascript, css]
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.20.0
rev: v8.21.0
hooks:
- id: eslint
files: \.js?$
Expand Down

0 comments on commit 06b4b4a

Please sign in to comment.