interactions-py / interactions.py

A highly extensible, easy to use, and feature complete bot framework for Discord
https://interactions-py.github.io/interactions.py/
MIT License
833 stars 185 forks source link

ci: specify language_version to python 3.10 #1696

Closed AstreaTSS closed 3 months ago

AstreaTSS commented 3 months ago

Pull Request Type

Description

This specifies a language version pre-commit so it uses Python 3.10. This is very useful if, say, your default Python installation is 3.8 (as it is on many Linux systems) and you used the 3.8 installation on the repo, as pre-commit would use that and make black fail on files with match.

Changes

Related Issues

Test Scenarios

Python Compatibility

Checklist