We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46b10a2 + c742e73 commit 0dda14eCopy full SHA for 0dda14e
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
language_version: python3.12
17
18
- repo: https://github.com/pycqa/flake8
19
- rev: 7.1.2
+ rev: 7.2.0
20
hooks:
21
- id: flake8
22
args:
@@ -45,7 +45,7 @@ repos:
45
- id: trailing-whitespace
46
47
- repo: https://github.com/adrienverge/yamllint
48
- rev: v1.35.1
+ rev: v1.37.0
49
50
- id: yamllint
51
AUTHORS
AUTHORS.rst
@@ -0,0 +1,8 @@
1
+Maintainers
2
+===========
3
+- Erik van Widenfelt (`erikvw <https://github.com/erikvw>`__)
4
+
5
+Authors
6
+=======
7
+- Erik van Widenfelt (`erikvw <https://github.com/erikvw>`_)
8
+- Jonathan Willitts (`JonathanWillitts <https://github.com/JonathanWillitts>`_)
0 commit comments