diff options
| author | Ülgen Sarıkavak <ulgensrkvk@gmail.com> | 2025-11-03 02:14:50 +0300 |
|---|---|---|
| committer | Saptak Sengupta <saptak013@gmail.com> | 2025-12-22 17:10:28 +0530 |
| commit | af19846287fe990417be9d8181fe48d111f6f85d (patch) | |
| tree | 4b65a93200986a6b927ebf6187f9c67cb157c586 /.pre-commit-config.yaml | |
| parent | 9e77beeae223011c57e32b5bafe5d313f1fc7593 (diff) | |
Reformat version strings with "prek autoupdate"
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 459df85f..487a5358 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: python: python3 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v6.0.0" + rev: v6.0.0 hooks: - id: check-added-large-files args: ["--maxkb=1024"] @@ -28,12 +28,12 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: "v3.21.2" + rev: v3.21.2 hooks: - id: pyupgrade args: [--py312] - repo: https://github.com/adamchainz/django-upgrade - rev: "1.29.1" + rev: 1.29.1 hooks: - id: django-upgrade args: [--target-version, "6.0"] @@ -42,21 +42,21 @@ repos: hooks: - id: black - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.7.4" + rev: v3.7.4 hooks: - id: prettier exclude_types: [html, json, scss] exclude: '(^djangoproject\/static\/js\/lib\/.*$)' - repo: https://github.com/pycqa/isort - rev: "7.0.0" + rev: 7.0.0 hooks: - id: isort - repo: https://github.com/pycqa/flake8 - rev: "7.3.0" + rev: 7.3.0 hooks: - id: flake8 - repo: https://github.com/rtts/djhtml - rev: "3.0.10" + rev: 3.0.10 hooks: - id: djhtml files: .*/templates/.*\.html$ |
