Skip to content

Commit

Permalink
requirements.txt: Fix tclint version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsc96 committed Nov 20, 2024
1 parent f6067a6 commit 51e5785
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
python-version: 3.9
cache: pip
-
name: Install tclint
name: Install tclint==0.4.2
run: pip install tclint
-
name: Run Tcllint
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ yapf
mkdocs
mkdocs-material
markdown-grid-tables
tclint
# FIXME: `tclint` 5.0 split off formatting into `tclfmt`
tclint==0.4.2
flatdict

0 comments on commit 51e5785

Please sign in to comment.