Skip to content

Commit

Permalink
Fixup directory typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Jul 21, 2023
1 parent 4466a82 commit 9f2cce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def typecheck(ctx, check_config=False):
qgis_scripts_dir = SCRIPTS_DIR / "qgis_examples"
qgis_scripts_pathmask = f"{qgis_scripts_dir.relative_to(PROJECT_DIR)}/*"
# Codemods require libcst which is not included in the main environment.
codemods_dir = SCRIPTS_DIR / "codemods"
codemods_dir = SCRIPTS_DIR / "codemod"
codemods_pathmask = f"{codemods_dir.relative_to(PROJECT_DIR)}/*"

exclude_masks = (
Expand Down

0 comments on commit 9f2cce0

Please sign in to comment.