This website works better with JavaScript.
Home
Help
Sign In
dashie
/
reel2bits
mirror of
https://github.com/rhaamo/reel2bits/
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Update pre-commit
pull/282/head
Dashie der otter
1 year ago
parent
6a5546c604
commit
3e951e263f
Signed by:
dashie
<rhaamo@leloop.org>
GPG Key ID:
C2D57B325840B755
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
.pre-commit-config.yaml
+ 3
- 3
.pre-commit-config.yaml
View File
@@ -6,16 +6,16 @@ repos:
language: system
entry: python3 -m black
types: [python]
exclude: 'front/'
files: ^api/
- id: flake8
name: flake8
language: system
entry: flake8
types: [python]
exclude: 'front/'
files: ^api/
- id: jslint
name: jslint
language: system
entry: yarn lint
types: [vue, javascript]
exclude: 'api/'
files: ^front/
Write
Preview
Loading…
Cancel
Save