Skip to content

Commit

Permalink
Merge pull request #286 from pierreaubert/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
pierreaubert committed Aug 15, 2024
2 parents 77a0e93 + eb18a6c commit fd90248
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 @@ -13,19 +13,19 @@ repos:
- id: fix-encoding-pragma
- id: requirements-txt-fixer
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-csslint
rev: v1.0.5
hooks:
- id: csslint
- repo: https://github.com/pre-commit/mirrors-eslint
rev: 'v9.7.0' # Use the sha / tag you want to point at
rev: 'v9.9.0' # Use the sha / tag you want to point at
hooks:
- id: eslint
additional_dependencies:
Expand All @@ -37,8 +37,8 @@ repos:
hooks:
- id: prettier
types_or: [javascript]
- repo: https://github.com/charliermarsh/ruff-pre-commit
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.5.2'
rev: 'v0.5.7'
hooks:
- id: ruff

0 comments on commit fd90248

Please sign in to comment.