Skip to content

Commit 1c9d9d9

Browse files
author
jzhu
committed
adding Code Quality Tools Setup
1 parent 85afc00 commit 1c9d9d9

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.claude/settings.local.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@
5151
"Bash(flake8:*)",
5252
"Bash(mypy:*)",
5353
"Bash(pre-commit install:*)",
54-
"Bash(black:*)"
54+
"Bash(black:*)",
55+
"Bash(pre-commit:*)",
56+
"Bash(git push:*)"
5557
],
5658
"additionalDirectories": [
5759
"/home/jzhu/projects/repos/mcpm.sh",

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: black
1414

1515
- repo: https://github.com/pycqa/flake8
16-
rev: 6.0.7
16+
rev: 7.1.2
1717
hooks:
1818
- id: flake8
1919
args: [--max-line-length=88, --extend-ignore=E203,W503]
@@ -22,4 +22,4 @@ repos:
2222
rev: v1.5.1
2323
hooks:
2424
- id: mypy
25-
additional_dependencies: [types-PyYAML]
25+
additional_dependencies: [types-PyYAML]

0 commit comments

Comments
 (0)