diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9a9cf17..0d2a8e0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,23 +1,23 @@ repos: - repo: https://github.com/pycqa/isort - rev: 5.9.3 + rev: 5.12.0 hooks: - id: isort args: [--profile, black] - repo: https://github.com/psf/black - rev: 21.9b0 + rev: 23.10.1 hooks: - id: black args: [--line-length=120] - repo: https://github.com/ikamensh/flynt/ - rev: '0.69' + rev: '1.0.1' hooks: - id: flynt - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.5.0 hooks: - id: trailing-whitespace exclude: ^airflow/dags/(tables|factory|queries)/ @@ -33,12 +33,12 @@ repos: exclude: ^(|airflow/)cloudformation/ - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 6.1.0 hooks: - id: flake8 - repo: https://github.com/codespell-project/codespell - rev: v2.1.0 + rev: v2.2.6 hooks: - id: codespell description: Checks for common misspellings in text files.