Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
acdha committed Jan 31, 2022
1 parent 9237a50 commit d9de645
Show file tree
Hide file tree
Showing 5 changed files with 526 additions and 2,322 deletions.
24 changes: 12 additions & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
exclude: ".*/vendor/.*"
repos:
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.9.3
rev: v5.10.1
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 21.11b1
rev: 22.1.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: check-added-large-files
args: ["--maxkb=256"]
Expand All @@ -34,27 +34,27 @@ repos:
args: ["--autofix", "--no-sort-keys", "--indent=4"]
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.4.1
rev: v2.5.1
hooks:
- id: prettier
files: \.(css|less|scss|ts|tsx|graphql|gql|js|jsx|md|yml|yaml)$
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.3.0
rev: v8.8.0
hooks:
- id: eslint
additional_dependencies:
- eslint@7.32.0
- eslint@8.8.0
- "[email protected]"
- prettier@2.4.1
- prettier@2.5.1
- repo: https://github.com/awebdeveloper/pre-commit-stylelint
rev: 0.0.2
hooks:
- id: stylelint
additional_dependencies:
- prettier@2.2.1
- stylelint@13.12.0
- stylelint-config-recommended@4.0.0
- stylelint-config-prettier@8.0.2
- prettier@2.5.1
- stylelint@14.3.0
- stylelint-config-recommended@6.0.0
- stylelint-config-prettier@9.0.3
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
hooks:
Expand All @@ -72,6 +72,6 @@ repos:
hooks:
- id: shellcheck
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.0
rev: v1.12.1
hooks:
- id: blacken-docs
Loading

0 comments on commit d9de645

Please sign in to comment.