We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089859e commit a584f0eCopy full SHA for a584f0e
requirements/dev.txt
@@ -4,7 +4,7 @@ pytest-xdist>=2.5,<4
4
pytest-env>=0.6,<1
5
pytest-rerunfailures>=9.1,<12
6
pyyaml~=6.0
7
-ruff==0.0.253 # loose the requirement once it is more stable
+ruff==0.0.254 # loose the requirement once it is more stable
8
9
# Test requirements
10
pytest>=6.2,<8
samtranslator/internal/schema_source/any_cfn_resource.py
@@ -7,4 +7,4 @@
# Anything goes if has string Type but is not AWS::Serverless::*
class Resource(LenientBaseModel):
- Type: constr(regex=r"^(?!AWS::Serverless::).+$") # type: ignore # noqa: forward-annotation-syntax-error
+ Type: constr(regex=r"^(?!AWS::Serverless::).+$") # type: ignore
0 commit comments