Skip to content

Commit 32fe02c

Browse files
authored
Merge pull request #4 from fkodom/working-updates
Small Working Improvements
2 parents 52b34d1 + 7021b79 commit 32fe02c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.vscode
2+
worktrees/
23

34
# Byte-compiled / optimized / DLL files
45
__pycache__/

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ repos:
1212
name: ruff check
1313
stages: [pre-commit]
1414
language: system
15-
entry: ruff
15+
entry: ruff check
1616
types: [python]

0 commit comments

Comments
 (0)