Skip to content

Commit 3da0ceb

Browse files
committed
merging changes
2 parents 906e128 + 03d76b4 commit 3da0ceb

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.DS_Store

-6 KB
Binary file not shown.

.github/workflows/lint-format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: ["3.12.4"]
12+
python-version: ["3.12.6"]
1313

1414
steps:
1515
- uses: actions/checkout@v4
@@ -25,6 +25,6 @@ jobs:
2525
2626
- name: Run pylint
2727
run: pylint .
28-
28+
2929
- name: Run black
3030
run: black --check .

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Mac Files
2+
.DS_Store
3+
14
# ---> Python
25
# Byte-compiled / optimized / DLL files
36
__pycache__/

0 commit comments

Comments
 (0)