Skip to content

Commit

Permalink
Bump pre-commit hooks (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Mar 30, 2022
1 parent 26270b2 commit 95ec0ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1 # Use the ref you want to point at
rev: v4.1.0 # Use the ref you want to point at
hooks:
- id: trailing-whitespace
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-executables-have-shebangs
- repo: https://github.com/python/black
rev: 21.10b0
rev: 22.3.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 4.0.1
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910-1
rev: v0.942
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
Expand All @@ -30,7 +30,7 @@ repos:
- types-docutils
- types-toml
- repo: https://github.com/PyCQA/pylint
rev: v2.11.1
rev: v2.13.3
hooks:
- id: pylint
additional_dependencies:
Expand Down

0 comments on commit 95ec0ea

Please sign in to comment.