Skip to content

Commit a180cfc

Browse files
committed
[MISC] Additional Dependencies Updated
1 parent 981c3d5 commit a180cfc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,16 +121,16 @@ repos:
121121
description: Ensure that files end with a newline.
122122

123123
- repo: https://github.com/eslint/eslint
124-
rev: c081400644df15454b0ae1a2db03fcfbdfd27621 # frozen: v10.0.0-beta.0
124+
rev: v9.39.2
125125
hooks:
126126
- id: eslint
127127
name: ESLint
128128
description: Check for problems in JavaScript files.
129129
language: node
130130
additional_dependencies:
131131
# eslint itself needs to be here when using additional_dependencies.
132-
- eslint@9.39.1 # https://github.com/eslint/eslint/releases/latest
133-
- globals@16.5.0 # https://github.com/sindresorhus/globals/releases/latest
132+
- eslint@9.39.2 # https://github.com/eslint/eslint/releases/latest
133+
- globals@17.0.0 # https://github.com/sindresorhus/globals/releases/latest
134134

135135
- repo: https://github.com/thibaudcolas/pre-commit-stylelint
136136
rev: 5550a364f2b5d3a9e731a9f4e231c5dc8c5f2e5b # frozen: v16.26.1
@@ -242,7 +242,7 @@ repos:
242242
name: Blacken docs
243243
description: Format Python code in documentation files.
244244
additional_dependencies:
245-
- black==25.9.0 # https://github.com/psf/black/releases/latest
245+
- black==25.12.0 # https://github.com/psf/black/releases/latest
246246
args:
247247
- --target-version=py310 # Minimum required Python version for AA. Update as needed.
248248

@@ -274,7 +274,7 @@ repos:
274274
args:
275275
- --indent=4
276276
additional_dependencies:
277-
- tox==4.32.0 # https://github.com/tox-dev/tox/releases/latest
277+
- tox==4.33.0 # https://github.com/tox-dev/tox/releases/latest
278278

279279
- repo: https://github.com/abravalheri/validate-pyproject
280280
rev: 78f5e0f104cfa803d0597eaa924b4de3becd3e3e # frozen: v0.24.1

0 commit comments

Comments
 (0)