Skip to content

Commit

Permalink
[build] fix py:lint task so it outputs results
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jan 21, 2024
1 parent 21560a4 commit 8411a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ namespace :py do

desc 'Update Python Syntax'
task :lint do
`tox -c py/tox.ini -e linting`
sh 'tox -c py/tox.ini -e linting'
end

namespace :test do
Expand Down

0 comments on commit 8411a32

Please sign in to comment.