Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
build(deps): update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 23.12.1 → 24.4.2](psf/black@23.12.1...24.4.2)
- [github.com/csachs/pyproject-flake8: v6.1.0 → v7.0.0](csachs/pyproject-flake8@v6.1.0...v7.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 29, 2024
1 parent c804fd4 commit 56d626c
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
Expand Up @@ -18,13 +18,13 @@ repos:
stages: [ commit ]

- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.4.2
hooks:
- id: black
stages: [ commit ]

- repo: https://github.com/csachs/pyproject-flake8
rev: v6.1.0
rev: v7.0.0
hooks:
- id: pyproject-flake8
name: flake8
Expand Down

0 comments on commit 56d626c

Please sign in to comment.