File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 44
55repos :
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)
Original file line number Diff line number Diff line change 25722572# fmt: on
25732573
25742574if __name__ == "__main__" :
2575-
25762575 # Rotate all character to be able to generate the correct data
25772576 rotated_font = []
25782577 char = []
You can’t perform that action at this time.
0 commit comments