From c699b554b1492348dbc6ad50c17c05138791717a Mon Sep 17 00:00:00 2001 From: Will Barton Date: Mon, 29 Apr 2024 07:48:48 -0400 Subject: [PATCH] Update .pre-commit-config.yaml Co-authored-by: Andy Chosak --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 79703e0..209324d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: hooks: # Run the linter. - id: ruff - args: [ --fix ] + args: ['--fix'] # Run the formatter. - id: ruff-format - repo: https://github.com/PyCQA/bandit