Skip to content

Commit

Permalink
use Python 3 in scripts/lint.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yerke committed Jan 18, 2025
1 parent cf965aa commit 07b3a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lint.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""
Runs custom linting on Rust code.
"""
Expand Down

0 comments on commit 07b3a2f

Please sign in to comment.