Skip to content

Commit da10595

Browse files
committed
Merge branch 'automatic-merge' into 'master'
Update from e3-cookiecutter template change See merge request it/e3-core!330
2 parents 6e581e9 + a1e5d4f commit da10595

2 files changed

Lines changed: 3 additions & 23 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
repos:
2-
- repo: https://github.com/pycqa/flake8
3-
rev: 7.1.1
4-
hooks:
5-
- id: flake8
6-
additional_dependencies:
7-
- flake8-bugbear
8-
- flake8-builtins
9-
- flake8-comprehensions
10-
- flake8-docstrings
11-
- flake8-rst-docstrings
12-
name: flake8-7.1.1
132
- repo: https://github.com/astral-sh/ruff-pre-commit
143
rev: v0.15.4
154
hooks:
165
# Name is set for the version to be displayed at hook execution
6+
- id: ruff-check # linter
7+
args: [ --fix ]
8+
name: ruff-check-v0.15.4
179
- id: ruff-format
1810
name: ruff-format-v0.15.4

tox.ini

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,3 @@ deps =
5252
sphinx_rtd_theme==1.3.0
5353
commands =
5454
sphinx-build -q -b html -d build/doctrees source build/html
55-
56-
[flake8]
57-
exclude = .git,__pycache__,build,dist,.tox
58-
ignore = A003,A005,B028,B301,B906,B907,C901,E203,E266,E501,W503,D100,D101,D102,D102,D103,D104,D105,D106,D107,D203,D403,D213,E704,A003,A005,B028,B906,B907
59-
# line length is intentionally set to 80 here because black uses Bugbear
60-
# See https://github.com/psf/black/blob/master/README.md#line-length for more details
61-
max-line-length = 80
62-
select = B,C,D,E,F,W,T4,B9,A,ANN,BLK,ISC,RST
63-
# To avoid RST303 error for sphinx specific RST directive.
64-
rst-directives = seealso
65-
rst-roles = py:meth,class,const,attr,exc,func,meth
66-
rst-substitutions = externalParameters,SLSA,ResourceDescriptor,internalParameters,resolvedDependencies,buildType,bool,uri,name,digest,is_valid,json.load,json.dumps,ReturnValue,bd.as_dict,bytes,dict,Predicate,id,media_type,builder.as_dict,ResourceURI,content,datetime,annotations,rund.as_dict,p.as_dict,rd.as_dict,st.as_dict,download_location,bm.as_dict,builder.id,predicateType,strptime,TIMESTAMP_FORMAT

0 commit comments

Comments
 (0)