mirror of
https://github.com/clap-rs/clap
synced 2024-12-05 02:29:12 +00:00
chore: Update from _rust template
This commit is contained in:
commit
6556ad7e3b
2 changed files with 3 additions and 0 deletions
2
.github/workflows/pre-commit.yml
vendored
2
.github/workflows/pre-commit.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue