Skip to content

Commit

Permalink
pylint update
Browse files Browse the repository at this point in the history
-----------------------------
  • Loading branch information
leslievandemark committed Jan 24, 2024
1 parent 9494bec commit 299040a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: 'pylint'
command: |
source /usr/local/share/virtualenvs/tap-github/bin/activate
pylint tap_github --disable 'missing-module-docstring,missing-function-docstring,missing-class-docstring,line-too-long,invalid-name,too-many-lines,consider-using-f-string,too-many-arguments,too-many-locals'
pylint tap_github --disable 'missing-module-docstring,missing-function-docstring,missing-class-docstring,line-too-long,invalid-name,too-many-lines,consider-using-f-string,too-many-arguments,too-many-locals,unnecessary-lambda-assignment'
- run:
name: 'Unit Tests'
command: |
Expand Down

0 comments on commit 299040a

Please sign in to comment.