Skip to content

Commit

Permalink
updated pylint.yml environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
merillium committed Feb 4, 2024
1 parent 8c86197 commit 04db8a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ jobs:
pip install pylint
- name: Analysing the code with pylint
run: |
export PYTHONPATH=.
pylint $(git ls-files '*.py')
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# filter-suspicious-players
# filter_suspicious_players

This is a work-in-progress package that retrieves training data from the [lichess.org open database](https://database.lichess.org/), then trains a statistical model to detect suspicious players.

Expand Down

0 comments on commit 04db8a3

Please sign in to comment.