Skip to content

Commit

Permalink
Merge branch 'cookiecutter'
Browse files Browse the repository at this point in the history
  • Loading branch information
lowell80 committed Sep 22, 2023
2 parents 804dc04 + d8faec1 commit 0d2e9b8
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .crispycookie.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
],
"source": {
"repo": "[email protected]:Kintyre/cypress-cookiecutter.git",
"rev": "v1.11.1"
"rev": "v1.11.2"
},
"tool_info": {
"program": "CrispyCookie",
Expand Down
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@ indent_style = tab

[*.{diff,patch}]
trim_trailing_whitespace = false

[*.py]
profile = hug
indent_style = space
indent_size = 4
skip = build,.tox,venv
src_paths=isort,test
6 changes: 6 additions & 0 deletions .isort.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[settings]
multi_line_output = 0
line_length = 100
wrap_length = 80
combine_as_imports = true
honor_noqa = true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ See the full [Change log](https://github.com/Kintyre/jmespath/wiki/Change-Log)
* James Saryerwinnie: author of [JMESPath](https://pypi.org/project/jmespath/) Python library
* Mike Rybar: Logo

This addon was built from the [Kintyre Splunk App builder](https://github.com/Kintyre/cypress-cookiecutter) (version 1.11.1) [cookiecutter](https://github.com/audreyr/cookiecutter) project.
This addon was built from the [Kintyre Splunk App builder](https://github.com/Kintyre/cypress-cookiecutter) (version 1.11.2) [cookiecutter](https://github.com/audreyr/cookiecutter) project.
6 changes: 2 additions & 4 deletions bin.d/50-spl-jmespath/jpath.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/usr/bin/env python
# coding=utf-8

from __future__ import (absolute_import, division, print_function,
unicode_literals)
from __future__ import absolute_import, division, print_function, unicode_literals

__version__ = "1.9.7"

Expand All @@ -17,8 +16,7 @@
# from cypresspoint.datatype import as_bool
# from cypresspoint.searchcommand import ensure_fields
# from cypresspoint.spath import splunk_dot_notation
from splunklib.searchcommands import (Configuration, Option, StreamingCommand,
dispatch, validators)
from splunklib.searchcommands import Configuration, Option, StreamingCommand, dispatch, validators

""" http debug logging
import logging
Expand Down
6 changes: 2 additions & 4 deletions bin.d/50-spl-jsonformat/jsonformat.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/usr/bin/env python
# coding=utf-8

from __future__ import (absolute_import, division, print_function,
unicode_literals)
from __future__ import absolute_import, division, print_function, unicode_literals

__version__ = "1.9.7"

Expand All @@ -17,8 +16,7 @@
# from cypresspoint.datatype import as_bool
# from cypresspoint.searchcommand import ensure_fields
# from cypresspoint.spath import splunk_dot_notation
from splunklib.searchcommands import (Configuration, Option, StreamingCommand,
dispatch, validators)
from splunklib.searchcommands import Configuration, Option, StreamingCommand, dispatch, validators

""" http debug logging
import logging
Expand Down

0 comments on commit 0d2e9b8

Please sign in to comment.