Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 83e6d24

Browse files
D. J.:
- Fixed a bug in github workflow file - Updated gitignore
1 parent a13fc13 commit 83e6d24

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

‎.github/workflows/check-format.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
- name: Check Format with flake8
3232
run: |
3333
# stop the build if there are Python syntax errors or undefined names
34-
flake8 ./projectX --count --select=E9,F63,F7,F82 --show-source --statistics
34+
flake8 --exclude .venv --count --select=E9,F63,F7,F82 --show-source --statistics
3535
# exit-zero treats all errors as warnings. Black has 88 max-line-length
36-
flake8 ./projectX --count --exit-zero --max-complexity=10 --max-line-length=88 --statistics
36+
flake8 --exclude .venv --count --exit-zero --max-complexity=10 --max-line-length=88 --statistics

‎.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ __pycache__/
33
*.py[cod]
44
*$py.class
55

6+
# Uv extensions
7+
uv.lock
8+
69
# C extensions
710
*.so
811

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /