Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#272)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/psf/black: 24.3.0 →
24.4.2](psf/black@24.3.0...24.4.2)
<!--pre-commit.ci end-->

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Hiroaki Imoto <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and himoto authored Jun 11, 2024
1 parent 218a0d9 commit 2c8a5a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
additional_dependencies: [toml]

- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.2
hooks:
- id: black
additional_dependencies: [toml]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
max-line-length = 99
max-complexity = 20
select = B,C,E,F,W,T4,B9
ignore = E203, E266, E501, E741, W503, F403, F401, F405, F541
ignore = E203, E226, E266, E501, E741, W503, F403, F401, F405, F541

0 comments on commit 2c8a5a1

Please sign in to comment.