Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joegasewicz committed Nov 9, 2022
1 parent a38aa72 commit 0c1a2f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.10, 3.11]
python-version: [3.11]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ disable=
missing-function-docstring,
no-else-raise,
missing-module-docstring,
unused-import
unused-argument
unused-import,
unused-argument,
too-few-public-methods

0 comments on commit 0c1a2f1

Please sign in to comment.