Christian Clauss

Results 842 issues of Christian Clauss

Can we limit support to https://devguide.python.org/#status-of-python-branches and drop support for https://devguide.python.org/devcycle/#end-of-life-branches ?

$ [`codespell --ignore-words-list="pard"`](https://github.com/codespell-project/codespell) # See #86 ``` ./build_mac.sh:226: unecessary ==> unnecessary ./openroast/freshroastsr700_mock.py:25: transistion ==> transition ./openroast/freshroastsr700_mock.py:441: transistion ==> transition ./openroast/freshroastsr700_mock.py:508: higer ==> higher ./openroast/views/recipeeditorwindow.py:357: wit ==> with ./openroast/views/recipeeditorwindow.py:395: atleast ==>...

`nose.tools.assert_equals()` will raise an AttributeError on Python >= 3.10 #93 used https://pypi.org/project/nose2pytest to migrate to pytest. https://pypi.org/project/nose was last updated in 2015. ``` Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.10.0/x64/bin/nosetests",...

info

A minimal subset of #78 An on-demand GitHub Action: ``` name: pip_install_cchardet on: [pull_request, push, workflow_dispatch] jobs: pip_install_cchardet: runs-on: ubuntu-latest steps: - uses: actions/setup-python@v4 with: python-version: 3.11-dev - run: python3.11...

## What do these changes do? ## Are there changes in behavior for the user? ## Related issue number ## Checklist - [ ] I think the code is well...

[Travis are now recommending removing the __sudo__ tag](https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration). "_If you currently specify __sudo: false__ in your __.travis.yml__, we recommend removing that configuration_"

Should this project contain the code for a simple yet flexible GitHub Action that allows repo maintainers to quickly add automated safety testing on all pull requests submitted to their...

question
considering

# Description **Make sure the PR is against the `develop` branch (see [Contributing](https://github.com/nccgroup/ScoutSuite/blob/master/CONTRIBUTING.md)).** Please include a summary of the change(s) and which issue(s) it addresses. Please also include relevant motivation...

* https://github.com/actions/checkout/releases * https://github.com/actions/setup-python/releases

https://github.com/tamarott/SinGAN/blob/master/SIFID/sifid_score.py#L208-L219 [flake8](http://flake8.pycqa.org) testing of https://github.com/tamarott/SinGAN on Python 3.8.1 $ __flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics__ ``` ./SIFID/sifid_score.py:209:8: F821 undefined name 'path' if path.endswith('.npz'): ^ ./SIFID/sifid_score.py:210:21: F821 undefined name 'path' f...