Skip to content

Commit a1a2814

Browse files
authored
Feature/solver features registry (#528)
* Exclude dev-scripts from blackdoc * Add planning document * Update planning document * Add solver_capabilities.py and update codebase * Handle SCIP on windows bug in solver_capabilities.py * Update the plan for the new platform specific modifications on import * Add DIRECT_API Feature
1 parent b2e4bfe commit a1a2814

File tree

7 files changed

+688
-39
lines changed

7 files changed

+688
-39
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ repos:
2424
rev: v0.4.1
2525
hooks:
2626
- id: blackdoc
27+
exclude: ^dev-scripts/
2728
additional_dependencies: ['black==24.8.0']
2829
- repo: https://github.com/codespell-project/codespell
2930
rev: v2.4.1

0 commit comments

Comments
 (0)