Skip to content

Commit

Permalink
Add missing Pyre mode headers] [batch:29/1302] [shard:11/N] [A]
Browse files Browse the repository at this point in the history
Differential Revision: D65947785

fbshipit-source-id: 352da5783b178882755f474bdf9a05753203a229
  • Loading branch information
generatedunixname89002005307016 authored and facebook-github-bot committed Nov 14, 2024
1 parent ede3d22 commit bb2a314
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/gen_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

# pyre-unsafe

import math
import sys
from pathlib import Path
Expand Down
2 changes: 2 additions & 0 deletions eden/scm/tests/default_hgrc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2.

# pyre-unsafe

"""
Default config file for testing
"""
Expand Down
2 changes: 2 additions & 0 deletions eden/scm/tests/dummyssh3.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2.

# pyre-unsafe

import os
import shlex
import subprocess
Expand Down
2 changes: 2 additions & 0 deletions eden/scm/tests/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2.

# pyre-unsafe

"""single place to control features used by tests
This file provides an alternative way to tweak "legacy" configs for
Expand Down
2 changes: 2 additions & 0 deletions eden/scm/tests/killdaemons.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2.

# pyre-unsafe

# Copyright 2006, 2007 Olivia Mackall <[email protected]>
#
# This software may be used and distributed according to the terms of the
Expand Down
2 changes: 2 additions & 0 deletions eden/scm/tests/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2 or any later version.

# pyre-unsafe

# Modifying this script is tricky because it has many modes:
# - serial vs parallel (default) (-jN, N > 1)
# - no coverage (default) vs coverage (-c, -C, -s)
Expand Down
2 changes: 2 additions & 0 deletions eden/scm/tests/unittestify.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2.

# pyre-unsafe

# Translate run-tests.py tests to Python standard unittests

import contextlib
Expand Down

0 comments on commit bb2a314

Please sign in to comment.