Skip to content

Commit

Permalink
Merge pull request #40 from InfluxCommunity/38-write-error-when-org=-…
Browse files Browse the repository at this point in the history
…isnt-set-for-the-client

updated pylint
  • Loading branch information
Jayclifford345 authored Jul 18, 2023
2 parents 07c1767 + 5340d05 commit 9824b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -20,4 +20,4 @@ jobs:
pip install pylint
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
pylint $(find influxdb_client_3 -name '*.py')

0 comments on commit 9824b94

Please sign in to comment.