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/pre-commit/pre-commit-hooks: v3.2.0 → v3.4.0](pre-commit/pre-commit-hooks@v3.2.0...v3.4.0)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.8.3 → 3.9.2](PyCQA/flake8@3.8.3...3.9.2)
- [github.com/pre-commit/pygrep-hooks: v1.6.0 → v1.8.0](pre-commit/pygrep-hooks@v1.6.0...v1.8.0)
- [github.com/asottile/pyupgrade: v2.7.2 → v2.15.0](asottile/pyupgrade@v2.7.2...v2.15.0)
  • Loading branch information
pre-commit-ci[bot] committed May 10, 2021
1 parent 6692e23 commit 3f2eebf
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v3.4.0
hooks:
- id: trailing-whitespace
- id: check-added-large-files
Expand All @@ -22,8 +22,8 @@ repos:
- id: debug-statements
- id: pretty-format-json
args: ['--autofix']
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
hooks:
- id: flake8
additional_dependencies: [
Expand Down Expand Up @@ -53,11 +53,11 @@ repos:
args: ['--max-line-length=160', '--ignore=E121,E123,E125,E501,F401,F403,W503']

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.6.0 # Use the ref you want to point at
rev: v1.8.0 # Use the ref you want to point at
hooks:
- id: python-no-log-warn
- repo: https://github.com/asottile/pyupgrade
rev: v2.7.2
rev: v2.15.0
hooks:
- id: pyupgrade
args: ['--py36-plus']

0 comments on commit 3f2eebf

Please sign in to comment.