Skip to content

Commit

Permalink
Ignore idioms
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Sep 12, 2024
1 parent 08adf9f commit c772613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Config:
root: Path = Path(__file__).parent
doc: Path = Path(__file__).parent / "doc"
version_file: Path = Path(__file__).parent / "exasol" / "toolbox" / "version.py"
path_filters: Iterable[str] = ("dist", ".eggs", "venv", "metrics-schema", "project-template")
path_filters: Iterable[str] = ("dist", ".eggs", "venv", "metrics-schema", "project-template", "idioms")
plugins = [UpdateTemplates]


Expand Down

0 comments on commit c772613

Please sign in to comment.