Skip to content

Commit

Permalink
Reverted back setup_file_sanitizer
Browse files Browse the repository at this point in the history
  • Loading branch information
randhircs committed Jan 16, 2025
1 parent 251ebf6 commit b729dc8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class PyprojectFilesParser
# https://python-poetry.org/docs/dependency-specification/
UNSUPPORTED_DEPENDENCY_TYPES = %w(git path url).freeze

sig { params(dependency_files: T::Array[Dependabot::Dependency]).void }
sig { params(dependency_files: T.untyped).void }
def initialize(dependency_files:)
@dependency_files = dependency_files
end
Expand All @@ -37,7 +37,7 @@ def dependency_set

private

sig { returns(T::Array[Dependabot::Dependency]) }
sig { returns(T.untyped) }
attr_reader :dependency_files

sig { returns(Dependabot::FileParsers::Base::DependencySet) }
Expand Down

0 comments on commit b729dc8

Please sign in to comment.