Skip to content

Commit

Permalink
Cleanup and update files in rootdir (#319)
Browse files Browse the repository at this point in the history
* Cleanup and update files in rootdir

* Update copyright year

* Update pytest and hypothesis versions to ~=

* Update README.rst

* Update on push actions rule

* Update CI status badge to GH Actions
  • Loading branch information
scasagrande committed Jan 23, 2022
1 parent 89e119f commit 7f114b5
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 416 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -2,7 +2,7 @@ name: Testing

on:
push:
branches: [ $default-branch ]
branches: [ master ]
pull_request:

jobs:
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: pip install --upgrade pre-commit
- name: Run static checks via pre-commit
run: pre-commit run --all
run: pre-commit run --all --show-diff-on-failure
test:
runs-on: ubuntu-latest
strategy:
Expand Down
377 changes: 0 additions & 377 deletions .pylintrc

This file was deleted.

0 comments on commit 7f114b5

Please sign in to comment.