Skip to content

Commit

Permalink
[MISC] Additional pre-commit dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer committed Aug 6, 2024
1 parent fb4c8b4 commit 5092383
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ repos:
- --formatter=compact
additional_dependencies:
# stylelint itself needs to be here when using additional_dependencies.
- stylelint@16.6.1 # https://github.com/stylelint/stylelint/releases/latest
- [email protected].0 # https://github.com/stylelint/stylelint-config-standard/releases/latest
- stylelint@16.8.1 # https://github.com/stylelint/stylelint/releases/latest
- [email protected].1 # https://github.com/stylelint/stylelint-config-standard/releases/latest

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
Expand Down Expand Up @@ -262,7 +262,7 @@ repos:
name: Blacken docs
description: Format Python code in documentation files.
additional_dependencies:
- black==24.4.2 # https://github.com/psf/black/releases/latest
- black==24.8.0 # https://github.com/psf/black/releases/latest
args:
- --target-version=py310 # Minimum required Python version for AA. Update as needed.

Expand Down Expand Up @@ -299,7 +299,7 @@ repos:
args:
- --indent=4
additional_dependencies:
- tox==4.15.0 # https://github.com/tox-dev/tox/releases/latest
- tox==4.17.0 # https://github.com/tox-dev/tox/releases/latest

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.18
Expand Down

0 comments on commit 5092383

Please sign in to comment.