Skip to content

Commit

Permalink
Update pre commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
tarioch committed Feb 16, 2022
1 parent dbbeaaa commit 6b5c087
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
Expand Up @@ -2,7 +2,7 @@ exclude: '^docs/conf.py'

repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: trailing-whitespace
- id: check-added-large-files
Expand All @@ -18,18 +18,18 @@ repos:
args: ['--fix=auto'] # replace 'auto' with 'lf' to enforce Linux/Mac line endings or 'crlf' for Windows

- repo: https://github.com/pycqa/isort
rev: 5.9.3
rev: 5.10.1
hooks:
- id: isort

- repo: https://github.com/psf/black
rev: 21.8b0
rev: 22.1.0
hooks:
- id: black
language_version: python3

- repo: https://github.com/asottile/blacken-docs
rev: v1.9.1
rev: v1.12.1
hooks:
- id: blacken-docs
additional_dependencies: [black]
Expand All @@ -48,7 +48,7 @@ repos:
files: README.rst

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910
rev: v0.931
hooks:
- id: mypy
args: [--install-types, --non-interactive, --ignore-missing-imports]

0 comments on commit 6b5c087

Please sign in to comment.