We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9a88d commit a3493d7Copy full SHA for a3493d7
.gitignore
@@ -1,3 +1,4 @@
1
+.DS_Store
2
.idea
3
*.class
4
*.ear
@@ -9,6 +10,4 @@
9
10
build
11
dist
12
/ebcdic/ebcdic/cp*.*
-!/ebcdic/ebcdic/cp*ms.py
13
/ebcdic/ebcdic/temp/
14
-/venv/
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ repos:
rev: v0.15.2
hooks:
5
- id: ruff-check
6
- args: [--fix]
+ args: ["--fix"]
7
- id: ruff-format
8
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -26,4 +26,4 @@ repos:
26
- id: check-yaml
27
- id: debug-statements
28
- id: no-commit-to-branch
29
- args: [--branch, master]
+ args: ["--branch", "master"]
0 commit comments