Skip to content

Commit

Permalink
to keep up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
jrottenberg committed Jan 16, 2022
1 parent 413d30c commit 3c914a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos: # pre-commit autoupdate
- id: flake8

- 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 Down Expand Up @@ -34,7 +34,7 @@ repos: # pre-commit autoupdate
- id: isort

- repo: https://github.com/psf/black
rev: 21.11b1
rev: 21.12b0
hooks:
- id: black
language_version: python3
Expand Down

0 comments on commit 3c914a1

Please sign in to comment.