- Cleaned up whitespace and formatting in various files including http.py, language.py, logger.py, safe_exec.py, and SQL migration scripts. - Consolidated import statements and removed unnecessary blank lines. - Updated logging configuration for better clarity. - Enhanced the safe execution code with improved error handling and logging. - Removed commented-out code and unnecessary variables in backfill_zero_trades.py and other scripts. - Added a pyproject.toml for Ruff and Vulture configuration. - Introduced requirements-dev.txt for development dependencies. - Removed commented-out stock entries in init.sql for cleaner migration scripts.
40 lines
687 B
INI
40 lines
687 B
INI
[*]
|
|
charset=utf-8
|
|
end_of_line=lf
|
|
insert_final_newline=true
|
|
trim_trailing_whitespace=true
|
|
indent_style=space
|
|
indent_size=2
|
|
|
|
[{*.ng,*.sht,*.html,*.shtm,*.shtml,*.htm}]
|
|
indent_style=space
|
|
indent_size=2
|
|
|
|
[{*.jhm,*.xslt,*.xul,*.rng,*.xsl,*.xsd,*.ant,*.tld,*.fxml,*.jrxml,*.xml,*.jnlp,*.wsdl}]
|
|
indent_style=space
|
|
indent_size=2
|
|
|
|
[{.babelrc,.stylelintrc,jest.config,.eslintrc,.prettierrc,*.json,*.jsb3,*.jsb2,*.bowerrc}]
|
|
indent_style=space
|
|
indent_size=2
|
|
|
|
[*.svg]
|
|
indent_style=space
|
|
indent_size=2
|
|
|
|
[*.js.map]
|
|
indent_style=space
|
|
indent_size=2
|
|
|
|
[*.less]
|
|
indent_style=space
|
|
indent_size=2
|
|
|
|
[*.vue]
|
|
indent_style=space
|
|
indent_size=2
|
|
|
|
[{.analysis_options,*.yml,*.yaml}]
|
|
indent_style=space
|
|
indent_size=2
|