Skip to content

Commit

Permalink
Update precommit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
iranzo committed Aug 22, 2024
1 parent 452d7f0 commit 6a26e14
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,7 @@ repos:
id: prettier
repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
- hooks:
- id: seed-isort-config
repo: https://github.com/asottile/seed-isort-config
rev: v2.2.0
- hooks:
- id: isort
repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.1

- hooks:
- id: black
repo: https://github.com/python/black
Expand Down Expand Up @@ -61,7 +54,7 @@ repos:
repo: https://github.com/pycqa/flake8
rev: 7.1.1
- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.8.0-1
rev: v3.9.0-1
hooks:
# Choose one of:
- id: shfmt # native (requires/installs Go to build)
Expand All @@ -88,12 +81,19 @@ repos:
rev: 0.2.3 # or other specific tag
hooks:
- id: yamlfmt
args: [--mapping, '2', --sequence, '4', --offset, '2', '--preserve-quotes']

args: [--mapping, "2", --sequence, "4", --offset, "2", "--preserve-quotes"]

# - repo: https://github.com/hcodes/yaspeller.git
# rev: v8.0.1
# hooks:
# - id: yaspeller
# types:
# - markdown
- hooks:
- id: seed-isort-config
repo: https://github.com/asottile/seed-isort-config
rev: v2.2.0
- hooks:
- id: isort
repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.1

0 comments on commit 6a26e14

Please sign in to comment.