From c54e1073f74f240be0f9b957d95f4a2a798d503b Mon Sep 17 00:00:00 2001 From: travis weir Date: Sun, 16 Apr 2023 20:50:03 -0500 Subject: [PATCH] CI spring cleaning --- .github/workflows/main.yml | 4 ++-- pylintrc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eb05d9c3..71beb8ec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,9 +11,9 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v3 with: python-version: '3.10.6' diff --git a/pylintrc b/pylintrc index cedd549e..9d342e7e 100755 --- a/pylintrc +++ b/pylintrc @@ -505,4 +505,4 @@ known-third-party=enchant # Exceptions that will emit a warning when being caught. Defaults to # "Exception" -overgeneral-exceptions=Exception \ No newline at end of file +overgeneral-exceptions=builtins.Exception \ No newline at end of file