JeffYang52415 commited on
Commit
8389cba
·
unverified ·
1 Parent(s): fe52742

chore: fix typo

Browse files
Files changed (1) hide show
  1. pyproject.toml +4 -4
pyproject.toml CHANGED
@@ -37,14 +37,14 @@ ipykernel = "^6.7.0"
37
  [tool.black]
38
  line-length = 88
39
  target-version = ["py311"]
40
- exclude = '''
41
  /(
42
- \.git
43
- | \.venv
44
  | build
45
  | dist
46
  )/
47
- '''
48
 
49
  [tool.isort]
50
  profile = "black"
 
37
  [tool.black]
38
  line-length = 88
39
  target-version = ["py311"]
40
+ exclude = """
41
  /(
42
+ \\.git
43
+ | \\.venv
44
  | build
45
  | dist
46
  )/
47
+ """
48
 
49
  [tool.isort]
50
  profile = "black"