Skip to content

Commit 3d81534

Browse files
Bump flake8 from 6.1.0 to 7.3.0 (#13)
* Bump flake8 from 6.1.0 to 7.3.0 Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.3.0. - [Commits](PyCQA/flake8@6.1.0...7.3.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * bump black and isort as well, align pre-commit-config too --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: danielfeismann <daniel.feismann@tu-dortmund.de>
1 parent 0ece625 commit 3d81534

File tree

3 files changed

+66
-235
lines changed

3 files changed

+66
-235
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.6.0
3+
rev: 25.9.0
44
hooks:
55
- id: black
66
- repo: https://github.com/PyCQA/flake8
7-
rev: 5.0.4
7+
rev: 7.3.0
88
hooks:
99
- id: flake8
1010
- repo: https://github.com/PyCQA/isort
11-
rev: 5.10.1
11+
rev: 7.0.0
1212
hooks:
1313
- id: isort

0 commit comments

Comments
 (0)