chore: Update from _rust template

This commit is contained in:
Ed Page 2024-09-26 21:15:28 -05:00
commit 6556ad7e3b
2 changed files with 3 additions and 0 deletions

View file

@ -24,4 +24,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- uses: pre-commit/action@v3.0.1

View file

@ -89,6 +89,7 @@ string_lit_as_bytes = "warn"
# string_to_string = "warn"
todo = "warn"
trait_duplication_in_bounds = "warn"
uninlined_format_args = "warn"
verbose_file_reads = "warn"
# wildcard_imports = "warn"
zero_sized_map_values = "warn"