Skip to content

Commit

Permalink
chore: Update pre-commit hook revs (#40)
Browse files Browse the repository at this point in the history
* Update Black pre-commit hook to use rev v20.8b1
   - Using pinned revs is the recommended approach for pre-commit: psf/black#420
* Update flake8 pre-commit hook to use rev v3.8.3
  • Loading branch information
matthewfeickert committed Sep 22, 2020
1 parent e4eeaaa commit a07a14e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
@@ -1,10 +1,10 @@
repos:
- repo: https://github.com/psf/black
rev: stable
rev: 20.8b1
hooks:
- id: black
language_version: python3
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.1
rev: 3.8.3
hooks:
- id: flake8

0 comments on commit a07a14e

Please sign in to comment.