Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pycqa/isort: 5.9.3 → 5.13.2](PyCQA/isort@5.9.3...5.13.2)
- [github.com/psf/black: 21.9b0 → 24.8.0](psf/black@21.9b0...24.8.0)
- https://github.com/ikamensh/flynt/: 0.69 → 1.0.1
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v5.0.0](pre-commit/pre-commit-hooks@v4.0.1...v5.0.0)
- [github.com/PyCQA/flake8: 4.0.1 → 7.1.1](PyCQA/flake8@4.0.1...7.1.1)
- [github.com/codespell-project/codespell: v2.1.0 → v2.3.0](codespell-project/codespell@v2.1.0...v2.3.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent e9140bd commit c26bbbe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
repos:
- repo: https://github.com/pycqa/isort
rev: 5.9.3
rev: 5.13.2
hooks:
- id: isort
args: [--profile, black]

- repo: https://github.com/psf/black
rev: 21.9b0
rev: 24.8.0
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: v5.0.0
hooks:
- id: trailing-whitespace
exclude: ^airflow/dags/(tables|factory|queries)/
Expand All @@ -33,12 +33,12 @@ repos:
exclude: ^(|airflow/)cloudformation/

- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 7.1.1
hooks:
- id: flake8

- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
rev: v2.3.0
hooks:
- id: codespell
description: Checks for common misspellings in text files.
Expand Down

0 comments on commit c26bbbe

Please sign in to comment.