2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

bump pre-commit refs (#8219)

This commit is contained in:
Matthias Mair
2024-09-30 23:36:29 +02:00
committed by GitHub
parent 5638895f54
commit af6f179f7e
18 changed files with 55 additions and 53 deletions

View File

@ -53,6 +53,8 @@ ignore = [
"N812",
# - D417 Missing argument descriptions in the docstring
"D417",
# - RUF032 - decimal-from-float-literal
"RUF032",
# TODO These should be followed up and fixed
# - B904 Within an `except` clause, raise exceptions