Skip to content

Commit

Permalink
[fix] ignore aeneas package
Browse files Browse the repository at this point in the history
  • Loading branch information
Jourdelune committed Jun 2, 2024
1 parent 989dfec commit 8ecce29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint
sudo pip install numpy
pip install numpy && pip install aeneas
pip install -r .pylint_requirements.txt
- name: Analysing the code with pylint
run: |
Expand Down
2 changes: 1 addition & 1 deletion .pylintc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ignore-patterns=^\.#
# (useful for modules/projects where namespaces are manipulated during runtime
# and thus existing member attributes cannot be deduced by static analysis). It
# supports qualified module names, as well as Unix pattern matching.
ignored-modules=
ignored-modules=aeneas

# Python code to execute, usually for sys.path manipulation such as
# pygtk.require().
Expand Down

0 comments on commit 8ecce29

Please sign in to comment.