diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 13d7fec..d0eaf7e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -127,7 +127,7 @@ repos: ) - repo: https://github.com/eslint/eslint - rev: v9.6.0 + rev: v9.8.0 hooks: - id: eslint name: ESLint @@ -143,7 +143,7 @@ repos: # - globals@13.24.0 # https://github.com/sindresorhus/globals/releases/latest - repo: https://github.com/thibaudcolas/pre-commit-stylelint - rev: v16.6.1 + rev: v16.8.1 hooks: - id: stylelint name: Stylelint @@ -201,7 +201,7 @@ repos: ) - repo: https://github.com/adamchainz/django-upgrade - rev: 1.19.0 + rev: 1.20.0 hooks: - id: django-upgrade name: Django upgrade @@ -210,7 +210,7 @@ repos: - --target-version=4.2 # Minimum supported Django version for AA. Update as needed. - repo: https://github.com/asottile/pyupgrade - rev: v3.16.0 + rev: v3.17.0 hooks: - id: pyupgrade name: PyUpgrade @@ -219,7 +219,7 @@ repos: - --py310-plus # Minimum required Python version for AA. Update as needed. - repo: https://github.com/pycqa/flake8 - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 name: Flake8 @@ -247,7 +247,7 @@ repos: description: Check for black disable comments. - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black name: Black @@ -291,7 +291,7 @@ repos: description: Format the tox.ini file. - repo: https://github.com/tox-dev/pyproject-fmt - rev: 2.1.3 + rev: 2.2.1 hooks: - id: pyproject-fmt name: pyproject.toml formatter @@ -309,7 +309,7 @@ repos: description: Validate the pyproject.toml file. - repo: https://github.com/pylint-dev/pylint - rev: v3.2.4 + rev: v3.2.6 hooks: - id: pylint name: Pylint @@ -318,7 +318,7 @@ repos: - --py-version=3.10 # Minimum required Python version for AA. Update as needed. - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.6 + rev: 0.29.1 hooks: - id: check-github-actions name: Check GitHub Actions