We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pre-commit
1 parent 0b06296 commit 8e12622Copy full SHA for 8e12622
2 files changed
.pre-commit-config.yaml
@@ -8,14 +8,14 @@ ci:
8
9
repos:
10
- repo: https://github.com/psf/black
11
- rev: 23.12.1
+ rev: 24.1.1
12
hooks:
13
- id: black
14
args:
15
- --diff
16
- --check
17
- repo: https://github.com/PyCQA/flake8
18
- rev: 6.1.0
+ rev: 7.0.0
19
20
- id: flake8
21
- repo: https://github.com/PyCQA/pylint
components/taghints.py
@@ -95,8 +95,7 @@
95
),
96
"help": "How to find a Python tutorial",
97
"default": (
98
- "Oh, hey! There's someone new joining our awesome community of Python developers "
99
- "❤️ "
+ "Oh, hey! There's someone new joining our awesome community of Python developers ❤️ "
100
101
},
102
"wronglib": {
0 commit comments