Skip to content

Commit

Permalink
CI: update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
unode committed May 10, 2023
1 parent a97fe42 commit 19ad2b7
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
Expand Up @@ -3,7 +3,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.4.0
hooks:
- id: end-of-file-fixer
- id: fix-byte-order-marker
Expand All @@ -22,18 +22,18 @@ repos:
- "--filter-files"
- repo: https://github.com/psf/black
# Code style formatting
rev: 22.3.0
rev: 23.3.0
hooks:
- id: black
exclude: (.*/)*snapshots/
- repo: https://github.com/PyCQA/flake8
# Checks the code for PEP8 violations and common pitfals
rev: 3.9.0
rev: 6.0.0
hooks:
- id: flake8
exclude: (.*/)*snapshots/
- repo: https://github.com/mattseymour/pre-commit-pytype
rev: '2020.10.8'
rev: '2022.4.26'
hooks:
- id: pytype
# Don't run pytype in an isolated venv or it will fail on imports
Expand Down

0 comments on commit 19ad2b7

Please sign in to comment.