Skip to content

Commit

Permalink
Merge branch 'master' into bbrown1867/1024/exit-faster-when-xfailed
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrown1867 committed Mar 23, 2024
2 parents c7a19c3 + 74edbeb commit 3659a3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/PyCQA/autoflake
rev: v2.3.0
rev: v2.3.1
hooks:
- id: autoflake
args: ["--in-place", "--remove-unused-variables", "--remove-all-unused-imports"]
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.3.0
hooks:
- id: black
args: [--safe, --quiet, --target-version, py35]
Expand Down

0 comments on commit 3659a3b

Please sign in to comment.