Skip to content

Commit

Permalink
Update Pylint to v3 for Python 12
Browse files Browse the repository at this point in the history
Don't fail fast on GitHub Actions
Make pyproject.toml description single line
  • Loading branch information
frederickjansen committed May 8, 2024
1 parent f254c6b commit b976474
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-test-cover-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
lint_test_cover_docs:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-13, macos-14, windows-latest ]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
Expand Down
8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
[project]
name = "oblivious"
version = "7.1.0"
description = """\
Python library that serves as an API for common \
cryptographic primitives used to implement OPRF, OT, \
and PSI protocols.\
"""
description = "Python library that serves as an API for common cryptographic primitives used to implement OPRF, OT, and PSI protocols."
license = {text = "MIT"}
authors = [
{name = "Nth Party"},
Expand Down Expand Up @@ -43,7 +39,7 @@ test = [
"fountains~=2.1"
]
lint = [
"pylint~=2.17.0"
"pylint~=3.1.0"
]
coveralls = [
"coveralls~=3.3.1"
Expand Down

0 comments on commit b976474

Please sign in to comment.