Skip to content

Commit ab4c583

Browse files
[pre-commit.ci] pre-commit autoupdate (#117)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
1 parent b09e51b commit ab4c583

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ repos:
2121

2222
# Automatically sort python imports
2323
- repo: https://github.com/PyCQA/isort
24-
rev: c8ab4a5b21bac924d106e3103dd7c979fdd0f9bc # frozen: 6.0.1
24+
rev: ec0efaee4acfce198521e43caa3029b06cedd64a # frozen: 6.1.0
2525
hooks:
2626
- id: isort
2727
args: [--profile, black]
2828

2929
# Autoformat: Python code
30-
- repo: https://github.com/psf/black
31-
rev: 8a737e727ac5ab2f1d4cf5876720ed276dc8dc4b # frozen: 25.1.0
30+
- repo: https://github.com/psf/black-pre-commit-mirror
31+
rev: fe95161893684893d68b1225356702ca71f8d388 # frozen: 25.9.0
3232
hooks:
3333
- id: black
3434
args: [--target-version=py312]
3535

3636
# Check python code static typing
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: 412de98d50e846f31ea6f4b0ad036f2c24a7a024 # frozen: v1.17.1
38+
rev: 9f70dc58c23dfcca1b97af99eaeee3140a807c7e # frozen: v1.18.2
3939
hooks:
4040
- id: mypy
4141
args: [--config, ./mypy.ini]
@@ -76,10 +76,10 @@ repos:
7676

7777
# Lint: Dockerfile
7878
- repo: https://github.com/hadolint/hadolint
79-
rev: c3dc18df7a501f02a560a2cc7ba3c69a85ca01d3 # frozen: v2.13.1-beta
79+
rev: 4e697ba704fd23b2409b947a319c19c3ee54d24f # frozen: v2.14.0
8080
hooks:
8181
- id: hadolint-docker
82-
entry: hadolint/hadolint:v2.12.1-beta hadolint
82+
entry: hadolint/hadolint:v2.14.0 hadolint
8383

8484
# Lint: YAML
8585
- repo: https://github.com/adrienverge/yamllint

0 commit comments

Comments
 (0)