Skip to content

Commit deae39a

Browse files
authored
Merge pull request #242 from sandialabs/pre-commit-ci-update-config
ci: pre-commit auto-update
2 parents af57a64 + 7948fc2 commit deae39a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ci:
77
repos:
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.7.4
10+
rev: v0.8.3
1111
hooks:
1212
- id: ruff
1313
- id: ruff-format

reverse_argparse/reverse_argparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
import re
1717
from argparse import SUPPRESS, Action, ArgumentParser, Namespace
18-
from typing import Sequence
18+
from collections.abc import Sequence
1919

2020

2121
SHORT_OPTION_LENGTH = 2

0 commit comments

Comments
 (0)