try to update trunk to latest version.

This commit is contained in:
Thomas Göttgens
2023-03-31 12:51:26 +02:00
parent ed96321406
commit 713b5fbe96
5 changed files with 39 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
# Generic, formatter-friendly config.
select = ["B", "D3", "D4", "E", "F"]
# Never enforce `E501` (line length violations). This should be handled by formatters.
ignore = ["E501"]