Skip to content

Commit

Permalink
ci(precommit): fix flake8 url and update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
iranzo committed Jan 30, 2023
1 parent 3257971 commit 0283020
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
stages:
- commit-msg
repo: https://github.com/commitizen-tools/commitizen
rev: v2.35.0
rev: v2.40.0
- hooks:
- id: check-useless-excludes
repo: meta
Expand All @@ -26,7 +26,7 @@ repos:
- hooks:
- id: black
repo: https://github.com/python/black
rev: 22.10.0
rev: 22.12.0
- hooks:
- id: check-added-large-files
- id: check-ast
Expand Down Expand Up @@ -55,11 +55,11 @@ repos:
- id: check-byte-order-marker
- id: check-docstring-first
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
- hooks:
- id: flake8
repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
repo: https://github.com/pycqa/flake8
rev: 6.0.0
- hooks:
- additional_dependencies:
- mvdan.cc/sh/v3/cmd/[email protected]
Expand All @@ -79,7 +79,7 @@ repos:
- hooks:
- id: blacken-docs
repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
rev: 1.13.0

# - repo: https://github.com/asottile/pyupgrade
# rev: v2.38.0
Expand Down

0 comments on commit 0283020

Please sign in to comment.