Skip to content

Commit

Permalink
Explicitly # typed: false bin files
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee committed Oct 27, 2023
1 parent ba47d42 commit d333a77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/bump-version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env ruby
# typed: false
# frozen_string_literal: true

unless %w(minor patch).include?(ARGV[0])
Expand Down
1 change: 1 addition & 0 deletions bin/dry-run.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env ruby
# typed: false
# frozen_string_literal: true

# This script executes a full update run for a given repo (optionally for a
Expand Down

0 comments on commit d333a77

Please sign in to comment.