commit | e2f8fc3261eafc83e8d4edac579be3d75d2c3d6e | [log] [tgz] |
---|---|---|
author | Shubham Patil <shubham.patil@espressif.com> | Fri May 24 21:18:53 2024 +0530 |
committer | GitHub <noreply@github.com> | Fri May 24 08:48:53 2024 -0700 |
tree | cea362955a759b566661a108abc3d5aa44f5d68d | |
parent | 946366a365eb6f2516632c638d229c417e3fe7e5 [diff] |
ruff: Fix a very small typo in comment (#33592)
diff --git a/ruff.toml b/ruff.toml index fec7608..a33a97e 100644 --- a/ruff.toml +++ b/ruff.toml
@@ -15,5 +15,5 @@ [lint] select = ["E4", "E7", "E9", "F"] ignore = [ - "E721" # We use is for good reasons + "E721" # We use it for good reasons ]