Skip to content

Commit

Permalink
Fix and update pre-commit hooks (#3011)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Mayer <entroP@gmail.com>
  • Loading branch information
antonmosich and justinmayer committed Aug 4, 2022
1 parent 1bcd6c5 commit 23f3804
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See https://pre-commit.com/hooks.html for info on hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
rev: v4.3.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -11,6 +11,9 @@ repos:
- id: detect-private-key
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
hooks:
- id: flake8
name: Flake8 on commit diff
description: This hook limits Flake8 checks to changed lines of code.
Expand Down

0 comments on commit 23f3804

Please sign in to comment.