Yo1k / tic-tac-toe

A multiplayer turn-based game
MIT License
0 stars 0 forks source link

Update Pylint to 2.13 when it is released #12

Open Yo1k opened 2 years ago

Yo1k commented 2 years ago

Pylint 2.12 has issues with TypeVar variable names (error message C0103).

stIncMale commented 2 years ago

We should also remove # pylint: disable=C0103 from core/util.py after upgrading to Pylint 2.13.