Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 20, 2023
1 parent 4159f9a commit 93bcfad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repos:
hooks:
- id: yesqa
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
Expand All @@ -71,12 +71,12 @@ repos:
- toml
exclude: airflint/__main__.py|tests/
- repo: https://github.com/pycqa/isort
rev: 5.13.0
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/crate-ci/typos
rev: v1.16.24
rev: v1.16.25
hooks:
- id: typos
- repo: https://github.com/pycqa/autoflake
Expand Down

0 comments on commit 93bcfad

Please sign in to comment.