Skip to content

Commit 5bee97f

Browse files
pre-commit-ci[bot]Hiroaki Imoto
andauthored
[pre-commit.ci] pre-commit autoupdate (#276)
<!--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 <hiroaki.imoto@ucd.ie>
1 parent ce4cf18 commit 5bee97f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ repos:
66
additional_dependencies: [toml]
77

88
- repo: https://github.com/psf/black
9-
rev: 24.3.0
9+
rev: 24.10.0
1010
hooks:
1111
- id: black
1212
additional_dependencies: [toml]
13-
language_version: python3.8
13+
language_version: python3.12
1414

1515
- repo: https://github.com/PyCQA/flake8
16-
rev: 7.0.0
16+
rev: 7.1.1
1717
hooks:
1818
- id: flake8

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
max-line-length = 99
33
max-complexity = 20
44
select = B,C,E,F,W,T4,B9
5-
ignore = E203, E266, E501, E741, W503, F403, F401, F405, F541
5+
ignore = E203, E226, E266, E501, E741, W503, F403, F401, F405, F541

0 commit comments

Comments
 (0)