Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
…into kpi-calc
  • Loading branch information
Shreyanand committed Mar 10, 2022
2 parents ae88ab9 + 848facd commit 6157681
Show file tree
Hide file tree
Showing 5 changed files with 6,728 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
repos:
- repo: git://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.10
rev: v1.1.13
hooks:
- id: remove-tabs

- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: trailing-whitespace
- id: check-merge-conflict
Expand All @@ -27,27 +27,27 @@ repos:
- id: pydocstyle

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.902
rev: v0.931
hooks:
- id: mypy
exclude: '^(docs|tasks|tests)|setup\.py'
args: [--ignore-missing-imports]

- repo: https://github.com/psf/black
rev: 21.6b0
rev: 22.1.0
hooks:
- id: black

- repo: https://github.com/tomcatling/black-nb
rev: '0.5.0'
rev: '0.7'
hooks:
- id: black-nb

Expand All @@ -58,7 +58,7 @@ repos:
# - id: check-manifest

- repo: https://github.com/s-weigand/flake8-nb
rev: v0.3.0
rev: v0.4.0
hooks:
- id: flake8-nb
additional_dependencies: ['pep8-naming']
Expand Down
14 changes: 7 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
master_doc = "index"

# General information about the project.
project = u"project-template"
project = "project-template"

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -183,8 +183,8 @@
(
"index",
"project-template.tex",
u"project-template Documentation",
u"aicoe-aiops",
"project-template Documentation",
"aicoe-aiops",
"manual",
),
]
Expand Down Expand Up @@ -218,8 +218,8 @@
(
"index",
"project-template",
u"project-template Documentation",
[u"aicoe-aiops"],
"project-template Documentation",
["aicoe-aiops"],
1,
)
]
Expand All @@ -237,8 +237,8 @@
(
"index",
"project-template",
u"project-template Documentation",
u"aicoe-aiops",
"project-template Documentation",
"aicoe-aiops",
"project-template",
"template for the team to use",
"Miscellaneous",
Expand Down
Loading

0 comments on commit 6157681

Please sign in to comment.