Skip to content

Commit

Permalink
LNT: fix flake8 url & update pre-commit pins (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 authored Nov 18, 2022
1 parent 8eb298e commit 210c81d
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
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.10.0
hooks:
- id: black
- repo: https://github.com/timothycrosley/isort
Expand All @@ -19,7 +19,7 @@ repos:
hooks:
- id: blacken-docs
args: [--skip-errors]
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
hooks:
- id: flake8

0 comments on commit 210c81d

Please sign in to comment.