Skip to content

Commit 9a3a1c5

Browse files
committed
style(core): fixed confs [patch candidate]
1 parent 48977da commit 9a3a1c5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Format check with Black
2727
run: |
2828
source venv/bin/activate
29-
black --check scripts/
29+
black --check .
3030
- name: Lint with Pylint
3131
run: |
3232
source venv/bin/activate

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ exclude = '''
4141
| \.mypy_cache
4242
| \.tox
4343
| \.venv
44+
| venv
4445
| _build
4546
| buck-out
4647
| build

0 commit comments

Comments
 (0)