Skip to content

Commit 8e12622

Browse files
pre-commit autoupdate (#128)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.12.1 → 24.1.1](psf/black@23.12.1...24.1.1) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) * fix pre-commit --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
1 parent 0b06296 commit 8e12622

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ ci:
88

99
repos:
1010
- repo: https://github.com/psf/black
11-
rev: 23.12.1
11+
rev: 24.1.1
1212
hooks:
1313
- id: black
1414
args:
1515
- --diff
1616
- --check
1717
- repo: https://github.com/PyCQA/flake8
18-
rev: 6.1.0
18+
rev: 7.0.0
1919
hooks:
2020
- id: flake8
2121
- repo: https://github.com/PyCQA/pylint

components/taghints.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@
9595
),
9696
"help": "How to find a Python tutorial",
9797
"default": (
98-
"Oh, hey! There's someone new joining our awesome community of Python developers "
99-
"❤️ "
98+
"Oh, hey! There's someone new joining our awesome community of Python developers ❤️ "
10099
),
101100
},
102101
"wronglib": {

0 commit comments

Comments
 (0)