Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#771)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 23.10.1 → 24.1.1](psf/black@23.10.1...24.1.1)
- [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jim Brännlund <jim.brannlund@gmail.com>
  • Loading branch information
pre-commit-ci[bot] and BeyondEvil committed Feb 2, 2024
1 parent a2d5d2b commit 4b714aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 23.10.1
rev: 24.1.1
hooks:
- id: black
args: [--safe, --quiet, --line-length=88]
Expand All @@ -25,7 +25,7 @@ repos:
args: ['--branch', 'master']

- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
language_version: python3
Expand Down

0 comments on commit 4b714aa

Please sign in to comment.