Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoucheiron committed Feb 16, 2024
1 parent 2b3eaeb commit b0ae9ad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions cfripper/cli.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logging
import re
import sys
from importlib.metadata import PackageNotFoundError, version
from importlib.metadata import version
from io import TextIOWrapper
from pathlib import Path
from typing import Dict, List, Optional, Tuple
Expand All @@ -18,7 +18,6 @@
from cfripper.model.utils import convert_json_or_yaml_to_dict
from cfripper.rule_processor import RuleProcessor


LOGGING_LEVELS = {
"ERROR": logging.ERROR,
"WARNING": logging.WARNING,
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was autogenerated by uv v0.1.2 via the following command:
# uv pip compile --no-emit-index-url --no-annotate -v pyproject.toml --upgrade --extra dev --output-file requirements-dev.txt
# uv pip compile --no-emit-index-url --no-annotate -v pyproject.toml --extra dev --output-file requirements-dev.txt
attrs==23.2.0
aws-sam-translator==1.85.0
aws-xray-sdk==2.12.1
Expand Down
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was autogenerated by uv v0.1.2 via the following command:
# uv pip compile --no-emit-index-url --no-annotate -v pyproject.toml --upgrade --extra docs --extra dev --output-file requirements-docs.txt
# uv pip compile --no-emit-index-url --no-annotate -v pyproject.toml --extra dev --extra docs --output-file requirements-docs.txt
attrs==23.2.0
aws-sam-translator==1.85.0
aws-xray-sdk==2.12.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was autogenerated by uv v0.1.2 via the following command:
# uv pip compile --no-emit-index-url --no-annotate -v pyproject.toml --upgrade --output-file requirements.txt
# uv pip compile --no-emit-index-url --no-annotate -v pyproject.toml --output-file requirements.txt
boto3==1.34.44
botocore==1.34.44
cfn-flip==1.3.0
Expand Down

0 comments on commit b0ae9ad

Please sign in to comment.