[pre-commit.ci] pre-commit autoupdate (#49)

updates:
- [github.com/PyCQA/flake8: 6.1.0 → 7.1.0](https://github.com/PyCQA/flake8/compare/6.1.0...7.1.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 file changed
tree: 7d2cd40b9ef1e9677493f38e8dd2acc1c72acfef
  1. .github/
  2. tests/
  3. .gitignore
  4. .pre-commit-config.yaml
  5. LICENSE
  6. MANIFEST.in
  7. mypy_extensions.py
  8. README.md
  9. setup.cfg
  10. setup.py
  11. tox.ini
README.md

Mypy Extensions

The mypy_extensions module defines extensions to the Python standard library typing module that are supported by the mypy type checker and the mypyc compiler.