Skip to content

Commit

Permalink
fix: use "syntax_test_" prefix for test file
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
  • Loading branch information
jfcherng committed Nov 23, 2024
1 parent 906070e commit 796f0da
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ exclude = [
"branch-*",
"overwrites/node_modules/pyright/dist/typeshed-fallback",
"stubs",
"syntaxes",
"tests/files",
"typings",
"vendor",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mypy==1.13.0
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via mypy
ruff==0.7.1
ruff==0.8.0
# via -r requirements-dev.in
types-jmespath==1.0.2.20240106
# via -r requirements-dev.in
Expand Down
File renamed without changes.

0 comments on commit 796f0da

Please sign in to comment.