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 <chrisrbe@outlook.com>
  • Loading branch information
qujingpengf and ChrisRBe committed Nov 21, 2026
2 parents 9dc667e + cab2cb7 commit cfb06fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
@@ -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 cfb06fd

Please sign in to comment.