Skip to content

Commit a3493d7

Browse files
committed
#8 Clean up ignored files and formatting
1 parent 6b9a88d commit a3493d7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.DS_Store
12
.idea
23
*.class
34
*.ear
@@ -9,6 +10,4 @@
910
build
1011
dist
1112
/ebcdic/ebcdic/cp*.*
12-
!/ebcdic/ebcdic/cp*ms.py
1313
/ebcdic/ebcdic/temp/
14-
/venv/

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repos:
33
rev: v0.15.2
44
hooks:
55
- id: ruff-check
6-
args: [--fix]
6+
args: ["--fix"]
77
- id: ruff-format
88

99
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -26,4 +26,4 @@ repos:
2626
- id: check-yaml
2727
- id: debug-statements
2828
- id: no-commit-to-branch
29-
args: [--branch, master]
29+
args: ["--branch", "master"]

0 commit comments

Comments
 (0)