Skip to content

Commit 4858f06

Browse files
committed
Add pre-commit-config
1 parent 8df9882 commit 4858f06

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.pre-commit-config.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
files: '.'
2+
repos:
3+
- repo: https://github.com/python/black
4+
rev: 22.10.0
5+
hooks:
6+
- id: black
7+
language_version: python3
8+
- repo: https://github.com/pycqa/flake8
9+
rev: 7.3.0
10+
hooks:
11+
- id: flake8
12+
language_version: python3
13+
language: python

qgis_processing/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)