Skip to content

Commit

Permalink
⬆️ auto update by pre-commit-ci
Browse files Browse the repository at this point in the history
updates:
- [github.com/hadialqattan/pycln: v2.1.3 → v2.2.2](hadialqattan/pycln@v2.1.3...v2.2.2)
- [github.com/psf/black: 23.1.0 → 23.9.1](psf/black@23.1.0...23.9.1)
- [github.com/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/python-poetry/poetry: 1.4.0 → 1.6.0](python-poetry/poetry@1.4.0...1.6.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 3, 2023
1 parent 328aea9 commit 8dffe09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ci:
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit-ci"
repos:
- repo: https://github.com/hadialqattan/pycln
rev: v2.1.3
rev: v2.2.2
hooks:
- id: pycln

Expand All @@ -16,12 +16,12 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.9.1
hooks:
- id: black

- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies: [Flake8-pyproject]
Expand All @@ -33,7 +33,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/python-poetry/poetry
rev: 1.4.0
rev: 1.6.0
hooks:
- id: poetry-check
# - id: poetry-export
Expand Down

0 comments on commit 8dffe09

Please sign in to comment.