Skip to content

Bump pymongo from 3.11.3 to 4.6.3 #1

Bump pymongo from 3.11.3 to 4.6.3

Bump pymongo from 3.11.3 to 4.6.3 #1

Workflow file for this run

name: 'Testing'
on: pull_request
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
- name: Install pylint
run: pip install pylint
- name: Run pre-commit
uses: pre-commit/[email protected]