Skip to content

Commit

Permalink
pre-commit update
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed May 20, 2021
1 parent d17326e commit 0112392
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,34 +1,36 @@
---
repos:
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 21.5b1
hooks:
- id: black
exclude: tests/test_pattern_matching.py
language_version: python3.8

- repo: https://github.com/PyCQA/isort
rev: 5.7.0
rev: 5.8.0
hooks:
- id: isort
additional_dependencies: [toml]
files: \.py$
language_version: python3.10

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

- repo: https://github.com/econchick/interrogate
rev: 1.3.2
rev: 1.4.0
hooks:
- id: interrogate
exclude: tests/test_pattern_matching.py
args: [tests]
language_version: python3.10

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

0 comments on commit 0112392

Please sign in to comment.