Skip to content

Commit 3830479

Browse files
authored
Merge pull request #5 from Spill-Tea/cython_lexer
Implement custom Cython lexer.
2 parents 5385ec7 + 9c3a916 commit 3830479

6 files changed

Lines changed: 441 additions & 64 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@
2323
# recursively re-ignore
2424
__pycache__
2525
*.egg-info/
26+
docs/build

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ repos:
1212
- id: check-yaml
1313
- id: check-toml
1414
- id: check-added-large-files
15+
args: [ --maxkb=1024 ]
1516
- id: requirements-txt-fixer
1617

1718
- repo: https://github.com/Spill-Tea/addlicense-pre-commit
1819
rev: v1.1.2
1920
hooks:
2021
- id: addlicense
2122
language: golang
22-
exclude: ^docs/
2323
args: [
2424
-f, LICENSE,
2525
]
26-
types_or: [ python ]
26+
types_or: [ python, cython ]

0 commit comments

Comments
 (0)