Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#276)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/psf/black: 24.3.0 →
24.10.0](psf/black@24.3.0...24.10.0)
- [github.com/PyCQA/flake8: 7.0.0 →
7.1.1](PyCQA/flake8@7.0.0...7.1.1)
<!--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 Nov 6, 2024
1 parent ce4cf18 commit 5bee97f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ repos:
additional_dependencies: [toml]

- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.10.0
hooks:
- id: black
additional_dependencies: [toml]
language_version: python3.8
language_version: python3.12

- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8
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 5bee97f

Please sign in to comment.