Skip to content

Commit

Permalink
chore: update pre-commit hook versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aexvir committed Jan 26, 2021
1 parent c8fae6f commit 9d1b858
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,25 @@
repos:
- repo: https://github.com/ambv/black
rev: 19.3b0
- repo: https://github.com/psf/black
rev: 20.8b1
hooks:
- id: black
language_version: python3.7
language_version: python3

- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.7
rev: 3.8.4
hooks:
- id: flake8
language_version: python3.7
language_version: python3

- repo: https://github.com/asottile/seed-isort-config
rev: v1.9.1
hooks:
- id: seed-isort-config

- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.20
- repo: https://github.com/pycqa/isort
rev: 5.7.0
hooks:
- id: isort
language_version: python3.7
# extra dependencies for config in pyproject.toml
additional_dependencies: [".[pyproject]"]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.2.3
rev: v3.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down

0 comments on commit 9d1b858

Please sign in to comment.