Skip to content

Commit

Permalink
Check code
Browse files Browse the repository at this point in the history
  • Loading branch information
lggruspe committed Jun 30, 2023
1 parent 10c92b5 commit cf8beaa
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
15 changes: 15 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
astroid==2.15.1
dill==0.3.6
flake8==6.0.0
isort==5.12.0
lazy-object-proxy==1.9.0
mccabe==0.7.0
mypy==1.1.1
mypy-extensions==1.0.0
orjson==3.8.9
platformdirs==3.2.0
pycodestyle==2.10.0
pyflakes==3.0.1
pylint==2.17.1
tomlkit==0.11.7
typing_extensions==4.5.0
wrapt==1.15.0
11 changes: 11 additions & 0 deletions scripts/check.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env bash

# Copyright 2023 Levi Gruspe
# Licensed under GNU GPLv3 or later
# See https://www.gnu.org/licenses/gpl-3.0.en.html

# Check code.

mypy --strict word2ipa
flake8 word2ipa
pylint word2ipa

0 comments on commit cf8beaa

Please sign in to comment.