Skip to content

Commit

Permalink
[IMP] cfg: update autofix hook versions
Browse files Browse the repository at this point in the history
Autofix hooks have been updated to their latest version. Biggest
change involves black removing whitespaces after class/method
declarations.

BREAKING CHANGE: black may generate diffs on projects
  • Loading branch information
antonag32 committed Nov 27, 2023
1 parent 857a0f4 commit 2a784f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pre_commit_vauxoo/cfg/.pre-commit-config-autofix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ default_language_version:
node: "14.13.0"
repos:
- repo: https://github.com/psf/black-pre-commit-mirror.git
rev: 22.10.0
rev: 23.11.0
hooks:
- id: black
- repo: https://github.com/myint/autoflake
Expand All @@ -45,7 +45,7 @@ repos:
- --remove-duplicate-keys
- --remove-unused-variables
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v3.1.0
hooks:
- id: prettier
name: prettier (with plugin-xml)
Expand Down Expand Up @@ -83,7 +83,7 @@ repos:
- id: remove-tabs
exclude: (Makefile|debian/rules|.gitmodules|\.po|\.pot)(\.in)?$
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.51.0
rev: v8.54.0
hooks:
- id: eslint
name: javascript lints
Expand Down

0 comments on commit 2a784f5

Please sign in to comment.