Skip to content

Commit 7c59940

Browse files
authored
Merge pull request #55 from tekktrik/precommit-update
Updated pre-commit, reformatted
2 parents 62ff15e + 52c0916 commit 7c59940

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44

55
repos:
66
- repo: https://github.com/python/black
7-
rev: 22.3.0
7+
rev: 23.3.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/fsfe/reuse-tool
11-
rev: v0.14.0
11+
rev: v1.1.2
1212
hooks:
1313
- id: reuse
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.2.0
15+
rev: v4.4.0
1616
hooks:
1717
- id: check-yaml
1818
- id: end-of-file-fixer
1919
- id: trailing-whitespace
2020
- repo: https://github.com/pycqa/pylint
21-
rev: v2.15.5
21+
rev: v2.17.4
2222
hooks:
2323
- id: pylint
2424
name: pylint (library code)

utils/font_to_bin.py

-1
Original file line numberDiff line numberDiff line change
@@ -2572,7 +2572,6 @@
25722572
# fmt: on
25732573

25742574
if __name__ == "__main__":
2575-
25762575
# Rotate all character to be able to generate the correct data
25772576
rotated_font = []
25782577
char = []

0 commit comments

Comments
 (0)