Skip to content

Commit

Permalink
Merge 576fdf5 into 6692e23
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed May 24, 2021
2 parents 6692e23 + 576fdf5 commit 05e7ad1
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: v4.0.1
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.18.2
hooks:
- id: pyupgrade
args: ['--py36-plus']

0 comments on commit 05e7ad1

Please sign in to comment.