We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 906e128 + 03d76b4 commit 3da0cebCopy full SHA for 3da0ceb
.DS_Store
-6 KB
.github/workflows/lint-format.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- python-version: ["3.12.4"]
+ python-version: ["3.12.6"]
13
14
steps:
15
- uses: actions/checkout@v4
@@ -25,6 +25,6 @@ jobs:
25
26
- name: Run pylint
27
run: pylint .
28
-
+
29
- name: Run black
30
run: black --check .
.gitignore
@@ -1,3 +1,6 @@
1
+# Mac Files
2
+.DS_Store
3
4
# ---> Python
5
# Byte-compiled / optimized / DLL files
6
__pycache__/
0 commit comments