Home
last modified time | relevance | path

Searched refs:files_modified (Results 1 – 24 of 24) sorted by relevance

/dports/databases/py-rb/rb-1.9.0/hooks/
H A Dpre-commit19 def py_lint(files_modified):
24 files_modified = filter(lambda x: x.endswith('.py'), files_modified)
26 if not files_modified:
30 report = flake8_style.check_files(files_modified)
40 _, files_modified, _ = run(gitcmd)
42 files_modified = filter(lambda x: os.path.exists(x), files_modified)
44 if py_lint(files_modified):
/dports/devel/py-raven/raven-python-6.10.0/hooks/
H A Dpre-commit.flake825 _, files_modified, _ = run(gitcmd)
32 files_modified = [text_type(x) for x in files_modified]
35 files_modified = filter(
37 files_modified)
40 report = flake8_style.check_files(files_modified)
/dports/devel/bpython/bpython-0.22.1/bpython/curtsiesfrontend/
H A Devents.py12 def __init__(self, files_modified: Sequence[str] = ("?",)) -> None:
13 self.files_modified = files_modified
16 return "<ReloadEvent from {}>".format(" & ".join(self.files_modified))
H A Dfilewatch.py84 self.on_change(files_modified=[event.src_path])
H A Drepl.py501 def _request_reload(self, files_modified=("?",)): argument
531 def request_reload(self, files_modified=()): argument
534 self._request_reload(files_modified=files_modified)
705 % (time.strftime("%X"), " & ".join(e.files_modified))
/dports/devel/py-isort/isort-5.10.1/isort/
H A Dhooks.py61 files_modified = get_lines(diff_cmd)
62 if not files_modified:
68 settings_path=os.path.dirname(os.path.abspath(files_modified[0])),
70 for filename in files_modified:
/dports/devel/py-pre-commit/pre_commit-1.21.0/pre_commit/commands/
H A Drun.py105 files_modified = False
120 files_modified = False
135 files_modified = diff_before != diff_after
137 if retcode or files_modified:
146 if verbose or hook.verbose or retcode or files_modified:
156 if files_modified:
164 return files_modified or bool(retcode)
/dports/devel/py-pylama/pylama-7.7.1/pylama/
H A Dhook.py32 _, files_modified, _ = run("git diff-index --cached --name-only HEAD")
37 candidates = [f.decode('utf-8') for f in files_modified]
39 candidates = [str(f) for f in files_modified]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/third_party/isort_container/isort/
H A Dhooks.py64 files_modified = get_lines(diff_cmd)
67 for filename in files_modified:
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/isort_container/isort/
H A Dhooks.py67 files_modified = get_lines(diff_cmd)
70 for filename in files_modified:
/dports/devel/bpython/bpython-0.22.1/doc/sphinx/source/
H A Dsimplerepl.py57 def _request_reload(self, files_modified=("?",)): argument
59 e.files_modified = files_modified
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/.github/workflows/
H A Djob-changelog-check.yml27 echo '${{ steps.file_changes.outputs.files_modified}}'
34 if [[ "${{ steps.file_changes.outputs.files_modified}}" == *"ChangeLog"* ]]; then
/dports/devel/aegis/aegis-4.25.D510/aetar/
H A Dreceive.cc480 nstring_list files_modified; in receive() local
551 files_modified.push_back(filename); in receive()
666 remove_by_pattern(files_modified, exclude_patterns); in receive()
721 if (!files_modified.empty()) in receive()
737 os_xargs(cmd, files_modified, dd); in receive()
/dports/devel/py-isort/isort-5.10.1/tests/unit/
H A Dtest_hooks.py95 files_modified = [str(modified_file_path.absolute())]
96 with patch("isort.hooks.get_lines", MagicMock(return_value=files_modified)):
/dports/devel/bpython/bpython-0.22.1/bpython/
H A Dcurtsies.py108 def _request_reload(self, files_modified: Sequence[str] = ("?",)) -> None:
109 return self._request_reload_callback(files_modified)
/dports/www/p5-Net-Flickr-Backup/Net-Flickr-Backup-3.1/lib/Net/Flickr/
H A DBackup.pm681 my $files_modified = 0;
775 $files_modified ++;
789 $has_changed = ($files_modified) ? 1 : 0;
/dports/devel/py-watchdog/watchdog-2.1.6/src/watchdog/observers/
H A Dpolling.py103 for src_path in events.files_modified:
H A Dkqueue.py678 for file_modified in diff_events.files_modified:
/dports/devel/py-watchdog/watchdog-2.1.6/tests/
H A Dtest_snapshot_diff.py121 assert diff.files_modified == [p('a')]
/dports/devel/py-watchdog/watchdog-2.1.6/src/watchdog/utils/
H A Ddirsnapshot.py169 def files_modified(self): member in DirectorySnapshotDiff
/dports/graphics/qgis-ltr/qgis-3.16.16/.github/workflows/
H A Dcode_layout.yml152 …pts/spell_check/check_spelling.sh -r ${{ steps.changed_files.outputs.files_modified }} ${{ steps.c…
/dports/graphics/qgis/qgis-3.22.3/.github/workflows/
H A Dcode_layout.yml157 …pts/spell_check/check_spelling.sh -r ${{ steps.changed_files.outputs.files_modified }} ${{ steps.c…
/dports/science/py-pydicom/pydicom-2.2.2/.github/workflows/
H A Dpythonpackage.yml40 … '${{ steps.diff-files.outputs.files_added }}\n${{ steps.diff-files.outputs.files_modified }}'
/dports/devel/easygit/easygit-0.98/
H A Deg4535 my $files_modified = RepoUtil::files_modified();
4567 elsif (!$files_modified && !$initial_commit) {
6107 sub files_modified() {