Skip to content

Commit

Permalink
Updated pylintrc configuration to version 2.14.x (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz authored Dec 20, 2022
1 parent 0e066bf commit 649752f
Show file tree
Hide file tree
Showing 9 changed files with 209 additions and 156 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Run tests on Fedora and Ubuntu Docker images using GIFT CORP and GIFT PPA on commit
name: test_docker
on: [push]
permissions: read-all
jobs:
test_fedora:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- main
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test_tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- main
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -23,7 +24,7 @@ jobs:
toxenv: 'py310'
- python-version: '3.11'
toxenv: 'py311'
- python-version: '3.8'
- python-version: '3.11'
toxenv: 'lint'
container:
image: ubuntu:22.04
Expand Down
Loading

0 comments on commit 649752f

Please sign in to comment.