Skip to content

Commit e8426f4

Browse files
authored
Merge pull request #82 from code42/bugfix/packaging
Bugfix/packaging
2 parents cb0101a + b757fe7 commit e8426f4

153 files changed

Lines changed: 883 additions & 753 deletions

File tree

Some content is hidden

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

.flake8

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ ignore =
1818
B904
1919
# !r conversion flag
2020
B907
21+
# strict zip
22+
B905
2123
# up to 88 allowed by bugbear B950
2224
max-line-length = 80
2325
per-file-ignores =

.github/workflows/style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Python
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: '3.9'
19+
python-version: '3.10'
2020

2121
- name: Ensure latest pip
2222
run: python -m pip install --upgrade pip

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
rev: v3.9.0
99
hooks:
1010
- id: reorder-python-imports
11-
args: ["--py37-plus", "--application-directories=.:incydr:tests"]
11+
args: ["--py37-plus", "--application-directories=.:src:tests"]
1212
- repo: https://github.com/psf/black
1313
rev: 22.6.0
1414
hooks:

docs/cli/alert_rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Alert Rules Commands
22

33
::: mkdocs-click
4-
:module: _cli.cmds.alert_rules
4+
:module: _incydr_cli.cmds.alert_rules
55
:command: alert_rules
66
:list_subcommands:

docs/cli/alerts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Alerts Commands
22

33
::: mkdocs-click
4-
:module: _cli.cmds.alerts
4+
:module: _incydr_cli.cmds.alerts
55
:command: alerts
66
:list_subcommands:

docs/cli/audit_log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Audit Log Commands
22

33
::: mkdocs-click
4-
:module: _cli.cmds.audit_log
4+
:module: _incydr_cli.cmds.audit_log
55
:command: audit_log
66
:list_subcommands:

docs/cli/cases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cases Commands
22

33
::: mkdocs-click
4-
:module: _cli.cmds.cases
4+
:module: _incydr_cli.cmds.cases
55
:command: cases
66
:list_subcommands:

docs/cli/departments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Departments Commands
22

33
::: mkdocs-click
4-
:module: _cli.cmds.departments
4+
:module: _incydr_cli.cmds.departments
55
:command: departments
66
:list_subcommands:

docs/cli/devices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Devices Commands
22

33
::: mkdocs-click
4-
:module: _cli.cmds.devices
4+
:module: _incydr_cli.cmds.devices
55
:command: devices
66
:list_subcommands:

docs/cli/directory_groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Directory Groups Commands
22

33
::: mkdocs-click
4-
:module: _cli.cmds.directory_groups
4+
:module: _incydr_cli.cmds.directory_groups
55
:command: directory_groups
66
:list_subcommands:

0 commit comments

Comments
 (0)