kiwicom / pytest-recording

A pytest plugin that allows recording network interactions via VCR.py
MIT License
441 stars 35 forks source link

update pre-commit, fix pylint error #108

Closed jakkdl closed 1 year ago

jakkdl commented 1 year ago

Description

Fixes everything in #105, other than pypy3+pycurl Also updates pre-commit config, and updates python version in it. python3.7 was unsupported by relint

Checklist

jakkdl commented 1 year ago

fixed commit message and updated python version in CI from 3.7 to 3.11

(You might prefer not jumping all the way to 3.11, which is an easy fix)

Stranger6667 commented 1 year ago

Thank you @jakkdl !