Skip to content

Commit

Permalink
autoupdate pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8)
- [github.com/psf/black: 23.9.1 → 23.12.1](psf/black@23.9.1...23.12.1)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.9](astral-sh/ruff-pre-commit@v0.0.292...v0.1.9)
- [github.com/pycqa/pylint: v3.0.0 → v3.0.3](pylint-dev/pylint@v3.0.0...v3.0.3)
- [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.2 → 2.7.3](editorconfig-checker/editorconfig-checker.python@2.7.2...2.7.3)
  • Loading branch information
pre-commit-ci[bot] authored Jan 1, 2024
1 parent ae4f429 commit 6ad7ce1
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 @@ -7,20 +7,20 @@ ci:
autoupdate_schedule: quarterly
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v4.0.0-alpha.8
hooks:
- id: prettier
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.292
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.9
hooks:
- id: ruff
args: [--fix]
- repo: https://github.com/pycqa/pylint
rev: v3.0.0
rev: v3.0.3
hooks:
- id: pylint
files: ehist
Expand All @@ -42,7 +42,7 @@ repos:
- id: forbid-crlf
- id: forbid-tabs
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.2"
rev: "2.7.3"
hooks:
- id: editorconfig-checker
alias: ec

0 comments on commit 6ad7ce1

Please sign in to comment.