Skip to content

Commit

Permalink
Merge 8e92c28 into 89e119f
Browse files Browse the repository at this point in the history
  • Loading branch information
scasagrande committed Jan 23, 2022
2 parents 89e119f + 8e92c28 commit 44972af
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 44972af

Please sign in to comment.