added pre-commit hooks; fixed whitespace and capitalization dependent parameter replacement; fixed creation of annealing and emin sim directories
This commit is contained in:
@@ -22,3 +22,17 @@ po_init_sim = "polyamorphism_optimization.initialize_sim:main"
|
||||
[tool.setuptools.package-data]
|
||||
polyamorphism_optimization = ["templates/*"]
|
||||
|
||||
[tool.black]
|
||||
line-length = 120
|
||||
target-version = ["py312"]
|
||||
exclude = '''
|
||||
(
|
||||
\.mdp
|
||||
| \.top
|
||||
)
|
||||
'''
|
||||
|
||||
[tool.isort]
|
||||
profile = "black" # Makes isort compatible with black's formatting
|
||||
line_length = 120
|
||||
extend_skip_glob = ["*.mdp", "*.top"]
|
||||
|
||||
Reference in New Issue
Block a user