Skip to content

Commit 5bc9beb

Browse files
committed
[MISC] Additional dependencies updated
1 parent 2276ce5 commit 5bc9beb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

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

123123
- repo: https://github.com/eslint/eslint
124-
rev: 1947d9dbda7d9e0701eac3661d4ff4b53071d603 # frozen: v10.0.0-alpha.1
124+
rev: 1b4215f2b93d9946da409ae2cdd0b8f6b5c0e253 # frozen: v9.39.1
125125
hooks:
126126
- id: eslint
127127
name: ESLint
@@ -143,7 +143,7 @@ repos:
143143
- --formatter=compact
144144
additional_dependencies:
145145
# stylelint itself needs to be here when using additional_dependencies.
146-
- stylelint@16.25.0 # https://github.com/stylelint/stylelint/releases/latest
146+
- stylelint@16.26.1 # https://github.com/stylelint/stylelint/releases/latest
147147
- stylelint-config-standard@39.0.1 # https://github.com/stylelint/stylelint-config-standard/releases/latest
148148

149149
- repo: https://github.com/pre-commit/pygrep-hooks
@@ -284,7 +284,7 @@ repos:
284284
description: Validate the pyproject.toml file.
285285

286286
# - repo: https://github.com/pylint-dev/pylint
287-
# rev: 0eb92d25fd38ba5bad2f8d2ea7df63ad23e18ae3 # frozen: v4.0.2
287+
# rev: e16f942166511d6fb4427e503a734152fae0c4fe # frozen: v4.0.4
288288
# hooks:
289289
# - id: pylint
290290
# name: Pylint

0 commit comments

Comments
 (0)