Skip to content

Commit 8b3c5ce

Browse files
authored
(internal) move code folder one level up
1 parent aa84753 commit 8b3c5ce

40 files changed

+5
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
exclude: '^(src/mostlyai/qa/assets|examples)/'
2+
exclude: '^(mostlyai/qa/assets|examples)/'
33
repos:
44
- repo: local
55
hooks:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ release-pypi: clean-dist build upload docs ## release pypi: build, check and upl
3333

3434
# Default files to update
3535
PYPROJECT_TOML = pyproject.toml
36-
INIT_FILE = src/mostlyai/qa/__init__.py
36+
INIT_FILE = mostlyai/qa/__init__.py
3737

3838
# Default bump type
3939
BUMP_TYPE ?= PATCH

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
site_name: mostlyai-qa
1+
site_name: "mostlyai-qa"
22
repo_url: "https://github.com/mostly-ai/mostlyai-qa"
33
repo_name: "mostly-ai/mostlyai-qa"
4+
45
theme:
56
name: material
67
logo: logo.png

0 commit comments

Comments
 (0)