We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b615d47 commit f568a01Copy full SHA for f568a01
.pre-commit-config.yaml
@@ -1,13 +1,23 @@
1
+default_language_version:
2
+ python: python
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
rev: v4.0.1
6
hooks:
7
+ - id: check-merge-conflict
8
- id: debug-statements
9
+ stages: [commit]
10
- id: end-of-file-fixer
11
12
- id: trailing-whitespace
13
- repo: https://github.com/psf/black
14
rev: 22.3.0
15
16
- id: black
17
language_version: python3
18
exclude: 'pymathics/graph/version.py'
19
+- repo: https://github.com/pycqa/flake8
20
+ rev: 3.9.2
21
+ hooks:
22
+ - id: flake8
23
0 commit comments