Skip to content

Commit

Permalink
Update pre-commit linters
Browse files Browse the repository at this point in the history
modified:   .pre-commit-config.yaml
  • Loading branch information
jugmac00 committed Oct 5, 2020
1 parent 606af1d commit edeea59
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
repos:
- repo: https://github.com/timothycrosley/isort
rev: 5.0.4
rev: 5.5.4
hooks:
- id: isort

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.1.0
rev: v3.2.0
hooks:
- id: debug-statements

- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3
rev: 3.8.4
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear==20.1.4]

- repo: https://github.com/asottile/pyupgrade
rev: v2.6.2
rev: v2.7.2
hooks:
- id: pyupgrade
args: [--py36-plus]

- repo: https://github.com/mgedmin/check-python-versions
rev: "0.15.0"
rev: 0.15.1
hooks:
- id: check-python-versions

- repo: https://github.com/mgedmin/check-manifest
rev: "0.39"
rev: '0.44'
hooks:
- id: check-manifest

Expand Down

0 comments on commit edeea59

Please sign in to comment.