Skip to content

Commit dff0066

Browse files
authored
Update pyformat task docs (#372)
1 parent f21feb4 commit dff0066

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

wpiformat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To use wpiformat with a new project, copy `.wpiformat-license` from the examples
2222
|Jni|C++ source|Formats JNI signatures according to javah's output.|
2323
|LicenseUpdate|C, C++, Java|Updates the license header at the top of the file.|
2424
|Lint|C++|Runs cpplint.py.|
25-
|PyFormat|Python|Runs black.|
25+
|PyFormat|Python|Runs ruff.|
2626
|UsingDeclaration|C++ header|Disallows `using` declarations in header global namespaces.|
2727
|UsingNamespaceStd|C++|Warns against `using namespace std;`.|
2828
|Whitespace|all|Removes trailing whitespace.|

wpiformat/wpiformat/pyformat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
This task runs black.
2+
This task runs ruff.
33
44
Runs on: Python
55
"""

0 commit comments

Comments
 (0)