We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62ff15e + 52c0916 commit 7c59940Copy full SHA for 7c59940
.pre-commit-config.yaml
@@ -4,21 +4,21 @@
4
5
repos:
6
- repo: https://github.com/python/black
7
- rev: 22.3.0
+ rev: 23.3.0
8
hooks:
9
- id: black
10
- repo: https://github.com/fsfe/reuse-tool
11
- rev: v0.14.0
+ rev: v1.1.2
12
13
- id: reuse
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
- rev: v4.2.0
+ rev: v4.4.0
16
17
- id: check-yaml
18
- id: end-of-file-fixer
19
- id: trailing-whitespace
20
- repo: https://github.com/pycqa/pylint
21
- rev: v2.15.5
+ rev: v2.17.4
22
23
- id: pylint
24
name: pylint (library code)
utils/font_to_bin.py
@@ -2572,7 +2572,6 @@
2572
# fmt: on
2573
2574
if __name__ == "__main__":
2575
-
2576
# Rotate all character to be able to generate the correct data
2577
rotated_font = []
2578
char = []
0 commit comments