mirror of
https://github.com/283375/arcaea-offline-pyside-ui.git
synced 2025-04-11 05:30:17 +00:00
style: isort & black ignore files
This commit is contained in:
parent
1eeec6f745
commit
865fc8b7c8
@ -28,6 +28,7 @@ classifiers = [
|
||||
force-exclude = '''
|
||||
(
|
||||
ui/designer
|
||||
| .*_ui.py
|
||||
| .*_rc.py
|
||||
)
|
||||
'''
|
||||
@ -35,7 +36,7 @@ force-exclude = '''
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
extend_skip = ["ui/designer"]
|
||||
extend_skip_glob = ["*_rc.py"]
|
||||
extend_skip_glob = ["*_ui.py", "*_rc.py"]
|
||||
|
||||
[tool.pyright]
|
||||
ignore = ["**/__debug*.*"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user