Skip to content

Commit

Permalink
Merge #463
Browse files Browse the repository at this point in the history
463: chore: update pre-commit config r=ChrisRBe a=ChrisRBe

update common tools to be in line with pipfile.

Co-authored-by: ChrisRBe <[email protected]>
  • Loading branch information
bors[bot] and ChrisRBe authored Dec 19, 2021
2 parents 2712021 + 38f2f8c commit 760d582
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
@@ -1,15 +1,15 @@
repos:
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 21.12b0
hooks:
- id: black
language_version: python3
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
rev: 4.0.1
hooks:
- id: flake8
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0 # Use the ref you want to point at
rev: v4.0.1
hooks:
- id: check-docstring-first
- id: check-merge-conflict
Expand Down

0 comments on commit 760d582

Please sign in to comment.