We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e56bc commit 919ffe7Copy full SHA for 919ffe7
.pre-commit-config.yaml
@@ -15,10 +15,11 @@ repos:
15
hooks:
16
- id: black
17
args: [--safe]
18
-- repo: https://gitlab.com/pycqa/flake8
+- repo: https://github.com/PyCQA/flake8
19
rev: 3.9.2
20
21
- id: flake8
22
args: ['--config=.flake8']
23
exclude: '^(tests/.*)|(train-examples/releases_examples/.*)$'
24
- additional_dependencies: ['flake8-coding==1.3.2', 'flake8-copyright==0.2.2']
+ additional_dependencies: ['flake8-coding==1.3.2', 'flake8-copyright==0.2.2']
25
+
backend/kangas/_version.py
@@ -11,5 +11,5 @@
11
# All rights reserved #
12
######################################################
13
14
-version_info = (2, 4, 4)
+version_info = (2, 4, 5)
__version__ = ".".join(map(str, version_info))
0 commit comments