Skip to content

Commit a584f0e

Browse files
authored
chore: Upgrade ruff to 0.0.254 (#3014)
1 parent 089859e commit a584f0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pytest-xdist>=2.5,<4
44
pytest-env>=0.6,<1
55
pytest-rerunfailures>=9.1,<12
66
pyyaml~=6.0
7-
ruff==0.0.253 # loose the requirement once it is more stable
7+
ruff==0.0.254 # loose the requirement once it is more stable
88

99
# Test requirements
1010
pytest>=6.2,<8

samtranslator/internal/schema_source/any_cfn_resource.py

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

88
# Anything goes if has string Type but is not AWS::Serverless::*
99
class Resource(LenientBaseModel):
10-
Type: constr(regex=r"^(?!AWS::Serverless::).+$") # type: ignore # noqa: forward-annotation-syntax-error
10+
Type: constr(regex=r"^(?!AWS::Serverless::).+$") # type: ignore

0 commit comments

Comments
 (0)