Skip to content

Commit 3021103

Browse files
committed
scripts/ directory added for linting
1 parent 46142c9 commit 3021103

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
- uses: psf/black@stable
1414
with:
1515
options: "--check --verbose"
16-
src: "./openevolve ./tests ./examples"
16+
src: "./openevolve ./tests ./examples ./scripts"
1717
use_pyproject: true

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ install: venv
3333
# Run Black code formatting
3434
.PHONY: lint
3535
lint: venv
36-
$(PYTHON) -m black openevolve examples tests
36+
$(PYTHON) -m black openevolve examples tests scripts
3737

3838
# Run tests using the virtual environment
3939
.PHONY: test

0 commit comments

Comments
 (0)