Skip to content

Commit 2e150f0

Browse files
Nir.TalNir.Tal
authored andcommitted
wip
1 parent 5c28abd commit 2e150f0

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

.github/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In the interest of fostering an open and welcoming environment, we as
66
contributors and maintainers pledge to making participation in our project and
77
our community a harassment-free experience for everyone, regardless of age, body
88
size, disability, ethnicity, sex characteristics, gender identity and expression,
9-
level of experience, education, socio-economic status, nationality, personal
9+
level of experience, education, socioeconomic status, nationality, personal
1010
appearance, race, religion, or sexual identity and orientation.
1111

1212
## Our Standards

.pre-commit-config.yaml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ repos:
33
rev: v4.6.0
44
hooks:
55
- id: check-yaml
6+
- id: check-toml
7+
- id: check-json
8+
- id: check-xml
69
- id: end-of-file-fixer
710
- id: trailing-whitespace
8-
- id: check-toml
911
- id: check-docstring-first
10-
- id: check-xml
1112
- id: name-tests-test
1213
- id: file-contents-sorter
13-
- id: check-json
1414
- id: pretty-format-json
1515
args: [ --autofix ]
1616
- id: check-ast
@@ -23,6 +23,18 @@ repos:
2323
- id: detect-private-key
2424
- id: no-commit-to-branch
2525
args: [ '--branch', 'main' ]
26+
- repo: https://github.com/python-jsonschema/check-jsonschema
27+
rev: 0.28.4
28+
hooks:
29+
- id: check-github-workflows
30+
args: ["--verbose"]
31+
- id: check-renovate
32+
- repo: https://github.com/compilerla/conventional-pre-commit
33+
rev: v2.1.1
34+
hooks:
35+
- id: conventional-pre-commit
36+
stages: [commit-msg]
37+
args: []
2638
- repo: https://github.com/psf/black
2739
rev: 24.4.2
2840
hooks:

0 commit comments

Comments
 (0)