Skip to content

Commit e081cf3

Browse files
authored
Merge branch 'master' into pre-commit-ci-update-config
2 parents 6c99cac + a7c3fc1 commit e081cf3

File tree

438 files changed

+52901
-23777
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

438 files changed

+52901
-23777
lines changed

.editorconfig

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# EditorConfig <editorconfig.org>
2+
3+
root = true
4+
5+
[*]
6+
indent_style = space
7+
indent_size = 4
8+
end_of_line = lf
9+
charset = utf-8
10+
trim_trailing_whitespace = true
11+
insert_final_newline = true
12+
13+
[*.md]
14+
trim_trailing_whitespace = false
15+
16+
[*.toml]
17+
indent_size = 2
18+
19+
[*.yaml]
20+
indent_size = 2

.flake8

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
[flake8]
3+
doctests = True
4+
exclude =
5+
**/__init__.py
6+
*build/
7+
docs/sphinxext/
8+
docs/tools/
9+
docs/conf.py
10+
docs/source/conf.py
11+
max-line-length = 88
12+
select = C,E,F,W,B,B950
13+
extend-ignore = E203,E501,E129,W503
14+
per-file-ignores =
15+
__init__.py:F401,F403

.github/dependabot.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: weekly

0 commit comments

Comments
 (0)