Skip to content

Commit

Permalink
Merge pull request #103 from mulkieran/bgurney-rh-f41-current
Browse files Browse the repository at this point in the history
Advance current development environment to Fedora 41
  • Loading branch information
mulkieran authored Dec 23, 2024
2 parents 7b31c41 + ae006da commit a5daa4b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 34 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,27 @@ jobs:
task: make -f Makefile fmt-travis
- dependencies: yamllint
task: make -f Makefile yamllint
- dependencies: pylint python3-hypothesis python3-justbases
- dependencies: >
pylint
python3-hypothesis
python3-justbases
python3-setuptools
task: PYTHONPATH=./src make -f Makefile lint
- dependencies: >
python3-hypothesis
python3-justbases
python3-setuptools
task: PYTHONPATH=./src make -f Makefile test
- dependencies: >
python3-coverage
python3-hypothesis
python3-justbases
python3-setuptools
task: PYTHONPATH=./src make -f Makefile coverage
- dependencies: python python3-build twine
task: make -f Makefile package
runs-on: ubuntu-latest
container: fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT
container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/weekly.yml

This file was deleted.

2 changes: 1 addition & 1 deletion src/justbytes/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class ValueConfig:
]
)

def __init__(
def __init__( # pylint: disable=too-many-positional-arguments
self,
max_places=2,
min_value=1,
Expand Down

0 comments on commit a5daa4b

Please sign in to comment.