-
Christian Clauss
- Switzerland
- https://www.patreon.com/cclauss
Highlights
- 1 discussion answered
Block or Report
Block or report cclauss
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
Minimal .travis.yml file to run the current Python 3.7 on Linux, macOS, and Windows
-
A GitHub Action that finds Python syntax errors and undefined names in your repo
-
GitHub-Action-for-Flake8 Public
A GitHub Action to run a Flake8 command when new code is pushed into your repo
-
GitHub-Action-for-pytest Public
A GitHub Action to run a pytest command when new code is pushed into your repo
-
pythonista-module-versions Public archive
Compare the version numbers of extra modules in Pythonista with PyPI
3,858 contributions in the last year
Contribution activity
June 2022
Created 2 repositories
- cclauss/openlibrary-nyt-bot-temp Python
- cclauss/asseeibot Python
Created a pull request in RayBB/openlibrary-nyt-bot-temp that received 3 comments
Allow GitHub Action to be run on-demand
Sometimes you just don't wanna wait until Wednesday... Like https://github.com/internetarchive/openlibrary/actions/workflows/cron_watcher.yml ... Y…
Opened 11 other pull requests in 3 repositories
internetarchive/openlibrary
5
open
1
merged
pygame/pygame
3
open
dpriskorn/asseeibot
1
open
1
merged
Reviewed 8 pull requests in 5 repositories
internetarchive/openlibrary
4 pull requests
asottile/pyupgrade
1 pull request
internetarchive/bookreader
1 pull request
ilevkivskyi/com2ann
1 pull request
nodejs/gyp-next
1 pull request
Created an issue in brokenloop/jsontopydantic that received 2 comments
Why import both annotations and List?
If annotations has been imported then dict, list, set, tuple will work instead of Dict, List, Set, Tuple.