SF.net SVN: docutils:[9792 ] trunk/.pre-commit-confi g.yaml
aa-turner--- via Docutils-checkins <[email protected]>
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 9792
http://sourceforge.net/p/docutils/code/9792
Author: aa-turner
Date: 2024-07-31 05:10:35 +0000 (Wed, 31 Jul 2024)
Log Message:
-----------
Update flake8 version in .pre-commit-config.yaml
Modified Paths:
--------------
trunk/.pre-commit-config.yaml
Modified: trunk/.pre-commit-config.yaml
===================================================================
--- trunk/.pre-commit-config.yaml 2024-07-31 05:08:34 UTC (rev 9791)
+++ trunk/.pre-commit-config.yaml 2024-07-31 05:10:35 UTC (rev 9792)
@@ -12,6 +12,6 @@
exclude: ^sandbox|(.svg|docutils/test/data/utf-16-le-sig.txt)$
- repo: https://github.com/pycqa/flake8
- rev: 5.0.4 # Docutils' ``.flake8`` configuration files do not work with Flake8 >=6
+ rev: 7.1.0
hooks:
- id: flake8
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.