Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-eslint: v8.55.0 → v9.0.0-alpha.0](pre-commit/mirrors-eslint@v8.55.0...v9.0.0-alpha.0)
- [github.com/thibaudcolas/pre-commit-stylelint: v15.11.0 → v16.1.0](thibaudcolas/pre-commit-stylelint@v15.11.0...v16.1.0)
- [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1)
- [github.com/pylint-dev/pylint: v3.0.1 → v3.0.3](pylint-dev/pylint@v3.0.1...v3.0.3)
  • Loading branch information
pre-commit-ci[bot] authored Jan 1, 2024
1 parent 5beb276 commit 154ce93
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ repos:
)
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.55.0
rev: v9.0.0-alpha.0
hooks:
- id: eslint
exclude: |
Expand All @@ -83,7 +83,7 @@ repos:
)
- repo: https://github.com/thibaudcolas/pre-commit-stylelint
rev: v15.11.0
rev: v16.1.0
hooks:
- id: stylelint
exclude: |
Expand Down Expand Up @@ -144,7 +144,7 @@ repos:
- id: yesqa

- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort

Expand All @@ -154,7 +154,7 @@ repos:
- id: black-disable-checker

- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.1
hooks:
- id: black
args:
Expand Down Expand Up @@ -203,7 +203,7 @@ repos:
- id: validate-pyproject

- repo: https://github.com/pylint-dev/pylint
rev: v3.0.1
rev: v3.0.3
hooks:
- id: pylint
args:
Expand Down

0 comments on commit 154ce93

Please sign in to comment.