Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#112)
Browse files Browse the repository at this point in the history
updates:
- [github.com/hadialqattan/pycln: v2.1.5 → v2.2.2](hadialqattan/pycln@v2.1.5...v2.2.2)
- [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Sep 13, 2023
1 parent bce6ec4 commit 79fccc9
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
@@ -1,10 +1,10 @@
repos:
- repo: https://github.com/hadialqattan/pycln
rev: v2.1.5 # Possible releases: https://github.com/hadialqattan/pycln/releases
rev: v2.2.2 # Possible releases: https://github.com/hadialqattan/pycln/releases
hooks:
- id: pycln
- repo: 'https://github.com/psf/black'
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black
args:
Expand All @@ -27,7 +27,7 @@ repos:
- id: check-symlinks
- id: debug-statements
- repo: 'https://github.com/PyCQA/flake8'
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
args:
Expand Down

0 comments on commit 79fccc9

Please sign in to comment.