Skip to content

Commit

Permalink
pre-commit: Update requirements
Browse files Browse the repository at this point in the history
Gets rid of an annoying warning about using mutable references.

Signed-off-by: Stephen Finucane <[email protected]>
  • Loading branch information
stephenfin committed Nov 4, 2021
1 parent 534b0ab commit d12f534
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/ambv/black
rev: stable
rev: 21.10b0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.1.0
rev: v4.0.1
hooks:
- id: trailing-whitespace
- id: mixed-line-ending
Expand All @@ -24,6 +24,6 @@ repos:
files: .*\.(yaml|yml)$
- id: check-added-large-files
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3
rev: 3.9.2
hooks:
- id: flake8

0 comments on commit d12f534

Please sign in to comment.