Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 4, 2024
1 parent 2692120 commit 32c8e19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions identify/interpreters.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
'python3.10': {'python', 'python3', 'python3.10'},
'python3.11': {'python', 'python3', 'python3.11'},
'python3.12': {'python', 'python3', 'python3.12'},
'python3.13': {'python', 'python3', 'python3.13'},
'python3.13': {'python', 'python3', 'python3.13'},
'ruby': {'ruby'},
'sed': {'sed'},
'sh': {'shell', 'sh'},
'tcsh': {'shell', 'tcsh'},
'xdotool': {'xdotool'},
'xonsh': {'shell', 'xonsh'},
'zsh': {'shell', 'zsh'}
'zsh': {'shell', 'zsh'},
}

0 comments on commit 32c8e19

Please sign in to comment.