A simple, elegant counter with support for counting multiple things at once.
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: Remove `black's` dependency on Python 3.8

Joseph Hale (Jul 11, 2023, 3:17 PM -0700) 45a0cd72 ca820898

+1 -1
+1 -1
.pre-commit-config.yaml
··· 23 23 # supported by your project here, or alternatively use 24 24 # pre-commit's default_language_version, see 25 25 # https://pre-commit.com/#top_level-default_language_version 26 - language_version: python3.8 26 + # language_version: python3.8 27 27 - repo: https://github.com/python-poetry/poetry 28 28 rev: "1.3.2" 29 29 hooks: